14 days ago
An MCP (Model Context Protocol) server that connects AI assistants like Claude directly to your Razorpay account.
Server Config
{
"mcpServers": {
"razorpay": {
"command": "node",
"args": [
"/path/to/razorpay-mcp/dist/index.js"
],
"env": {
"RAZORPAY_KEY_ID": "rzp_test_xxxxxxxxxxxx",
"RAZORPAY_KEY_SECRET": "your_secret_here"
}
}
}
}