Skip to content
Claude Desktop

razorpay for Claude Desktop

io.github.indiamcp/razorpay

MCP server for Razorpay API.

client:Claude Desktop transport:stdio runtime:npm

Install razorpay in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "razorpay": {
      "command": "npx",
      "args": [
        "-y",
        "@indiamcp/razorpay-mcp"
      ],
      "env": {
        "RAZORPAY_KEY_ID": "<RAZORPAY_KEY_ID>",
        "RAZORPAY_KEY_SECRET": "<RAZORPAY_KEY_SECRET>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

razorpay in other clients