Razorpay (Docker) MCP Server
CommunityContributed by Razorpay
Razorpay's official MCP server, run via Docker. Manage payments, orders, payment links, refunds, QR codes, settlements, and payouts through the Razorpay API in an isolated container.
About the Razorpay (Docker) MCP Server
The Razorpay (Docker) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Razorpay's official MCP server, run via Docker. Manage payments, orders, payment links, refunds, QR codes, settlements, and payouts through the Razorpay API in an isolated container. This is a community-contributed MCP server by Razorpay.
Install the Razorpay (Docker) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.
Transport Configuration
{
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"RAZORPAY_KEY_ID",
"-e",
"RAZORPAY_KEY_SECRET",
"razorpay/mcp"
],
"env": {
"RAZORPAY_KEY_ID": "${input:RAZORPAY_KEY_ID}",
"RAZORPAY_KEY_SECRET": "${input:RAZORPAY_KEY_SECRET}"
},
"metadata": {
"inputs": [
{
"id": "RAZORPAY_KEY_ID",
"label": "Razorpay Key ID",
"description": "Your Razorpay API key ID (public identifier). Use test-mode keys (rzp_test_...) for development and live-mode keys (rzp_live_...) for production.",
"type": "text",
"required": true,
"secret": false,
"placeholder": "rzp_test_xxxxxxxxxxxx",
"obtain": {
"url": "https://dashboard.razorpay.com/app/website-app-settings/api-keys",
"instructions": "1. Log in to the Razorpay Dashboard\n2. Go to Account & Settings > API Keys\n3. Click Generate Key (or use an existing key)\n4. Copy the Key ID",
"button_label": "Open API Keys"
}
},
{
"id": "RAZORPAY_KEY_SECRET",
"label": "Razorpay Key Secret",
"description": "Your Razorpay API key secret. Shown only once when the key is generated â store it securely. Pairs with the Key ID for API authentication.",
"type": "text",
"required": true,
"secret": true,
"placeholder": "****************************",
"obtain": {
"url": "https://dashboard.razorpay.com/app/website-app-settings/api-keys",
"instructions": "1. Log in to the Razorpay Dashboard\n2. Go to Account & Settings > API Keys\n3. Click Generate Key\n4. Copy the Key Secret immediately (it is shown only once)",
"button_label": "Open API Keys"
}
}
]
}
}Categories
Tags
Supported AI Clients
The Razorpay (Docker) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
GitHub (Docker)
Interact with GitHub repositories, issues, pull requests, and code security via Docker container. Supports both github.com and GitHub Enterprise instances. Requires Docker installed.
GitHub (Remote PAT)
Interact with GitHub repositories, issues, pull requests, actions, and code security through GitHub's hosted remote MCP server. Authenticates with a Personal Access Token.
Atlassian (Jira & Confluence)
Interact with Jira issues, Confluence pages, and Compass components through Atlassian's official remote MCP server.
Figma
Generate code from Figma designs, extract design context, variables, and components through Figma's official hosted MCP server. Supports Code Connect for design system consistency, FigJam content, and browser-to-Figma live capture.
Figma (npx)
Read and inspect Figma designs, components, and styles. Extract layout details, design tokens, and asset metadata from any Figma file. Translates auto-layout to CSS flexbox. Supports image downloads.
GitLab
GitLab's built-in MCP server for managing issues, merge requests, pipelines, and semantic code search. Requires GitLab 18.6+ with Duo enabled. Connects directly to any GitLab instance via OAuth.
Install Razorpay (Docker) with McpMux
One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.