Back to Apps

Razorpay MCP Server
by razorpay
Official MCP server for Razorpay APIs, enabling AI-driven payment processing, order management, and refund tracking.
0 stars
Works in:CursorVS Code Copilot
Exposes:Tools
What it does
Connects AI agents directly to the Razorpay payment ecosystem. It allows LLMs to manage the full payment lifecycle—from initiating payments and creating orders to handling refunds and QR code generation—all via natural language.
Tools
create_order: Generates a new order in the system.capture_payment: Transitions a payment from authorized to captured.create_refund: Initiates a refund for a previous payment.create_payment_link: Generates a standard payment link for customers.fetch_all_payments: Retrieves and filters a list of all payments.create_qr_code: Generates a QR code for easy customer payments.integrate_razorpay_checkout: Helper to generate integration code for various frameworks.
Installation
Using the Remote MCP Server (Recommended):
{
"mcpServers": {
"rzp-mcp-server": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.razorpay.com/mcp",
"--header",
"Authorization: Basic <Merchant Token>"
]
}
}
}
Supported hosts
Claude Desktop, Cursor, VS Code Copilot
Quick install
npx mcp-remote https://mcp.razorpay.com/mcpInformation
- Pricing
- free
- Published
- 4/12/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add the rzp-mcp-server config to Cursor MCP settings.Claude Desktop
Add the rzp-mcp-server config to claude_desktop_config.json using npx mcp-remote.VS Code Copilot
Add the razorpay-remote config to VS Code settings JSON.





