McpMux
Back to Registry

Razorpay (Docker) MCP Server

Community

Contributed 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

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"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

razorpaypaymentsfinancedockerordersrefundspayment-links

Supported AI Clients

The Razorpay (Docker) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

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.