mcpbeat Sign in

Razorpay MCP Server

local only

Razorpay runs on your own machine — the client starts it, so there is no endpoint to ping. 21 installs a week from npm. Last commit 21 May 2026.

MCP server for Razorpay API.

Installs per day peak 8 · avg 4 · +77% w/w
a month agotoday
21
Installs / week
npm · @indiamcp/razorpay-mcp
1
Stars
0 open issues
21 May 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Razorpay every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add razorpay -- npx -y @indiamcp/razorpay-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "razorpay": {
      "args": [
        "-y",
        "@indiamcp/razorpay-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.razorpay]
command = "npx"
args = ["-y", "@indiamcp/razorpay-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "razorpay": {
      "args": [
        "-y",
        "@indiamcp/razorpay-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "razorpay": {
      "args": [
        "-y",
        "@indiamcp/razorpay-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RAZORPAY_KEY_ID (Your Razorpay Key ID from dashboard.razorpay.com/app/keys), RAZORPAY_KEY_SECRET (Your Razorpay Key Secret from dashboard.razorpay.com/app/keys). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Razorpay

same job, measured the same way
Swapi MCP
by abhishekjkrsna

MCP server for SWAPI API

46 installs/wk local only
Hostinger API MCP
by hostinger

MCP server for Hostinger API

155 172 installs/wk answering
Qnap
by marcelo-ochoa

MCP server for QNAP NAS API

32 installs/wk local only
Rancher
by asklokesh

MCP server for Rancher API integration

49 installs/wk local only
Anzenna
by anzenna

MCP server for Anzenna

answering
Recurly
by pipeworx-io

MCP server for recurly

answering
Mikrotik
by marcelo-ochoa

MCP server for MikroTik RouterOS API

31 installs/wk local only
I
Yandex Tracker MCP
by aikts

MCP server for Yandex Tracker API.

3 215 installs/wk local only

Razorpay — questions

Answers built from our own checks of this server.

Why is there no uptime for Razorpay?
Razorpay runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @indiamcp/razorpay-mcp was installed 21 times last week.
How do I connect Razorpay?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @indiamcp/razorpay-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Razorpay?
The npm package @indiamcp/razorpay-mcp was installed 21 times in the last week. Week over week that is +77%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Razorpay open source?
We cannot say either way: written in TypeScript and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.