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
{
"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