Skip to content
Cursor

razorpay for Cursor

io.github.indiamcp/razorpay

MCP server for Razorpay API.

client:Cursor transport:stdio runtime:npm

Install razorpay in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

razorpay in other clients