razorpay-mcp-server
The Razorpay MCP Server enables advanced payment processing capabilities through seamless integration with Razorpay APIs.
The Razorpay MCP Server is designed to facilitate developers and AI tools in managing payment processes efficiently. It supports various operations such as capturing payments, fetching payment details, and updating payment notes. With both remote and local server options, developers can choose the setup that best fits their needs. By utilizing the Model Context Protocol, this server provides a structured approach to interact with Razorpay's payment APIs. It allows for easy integration into applications, ensuring that payment operations are handled smoothly and effectively, whether in a production environment or during development.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"razorpay-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-razorpay-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions