Loading MCP server directory, please wait...
MCP server for Razorpay API.
npx @getmcp/cli add io.github.indiamcp/razorpayRequires Node.js 18+. Community-contributed server. Review source before installing.
RAZORPAY_KEY_IDYour Razorpay Key ID from dashboard.razorpay.com/app/keys
RAZORPAY_KEY_SECRETYour Razorpay Key Secret from dashboard.razorpay.com/app/keys
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.indiamcp/razorpay": {
"command": "npx",
"args": [
"-y",
"@indiamcp/razorpay-mcp"
],
"env": {
"RAZORPAY_KEY_ID": "",
"RAZORPAY_KEY_SECRET": ""
}
}
}
}