Connect Razorpay MCP Server to Claude

Connect the Razorpay MCP Server to Claude Desktop, the web app, and Claude Code (CLI) using the official connector or HTTP transport.


Razorpay is available as an official connector in Claude. As it is already listed in the Claude connector directory, you do not need to add a custom connector or edit any configuration file. Connect the listed connector and authorise it to get started.

  1. Open Claude and go to SettingsConnectors, or visit the connector directory at .
  2. Locate the Razorpay connector in the directory. You can also open it directly at .
  3. Click Connect. You are redirected to the Razorpay sign-in and consent screen.
  4. Sign in with your Razorpay merchant credentials and approve the requested permissions.
  5. Return to Claude. The Razorpay connector is now active. To use it within a chat, click the + icon (or type /) and enable Razorpay as a tool source.

Handy Tips

Directory connectors that access private data use OAuth, so access is scoped to your own Razorpay permissions. Access to the connector directory requires a paid Claude plan.

Watch this video to see how to install the Razorpay MCP Server in Claude Desktop.

Claude Code connects to the Razorpay Remote MCP Server over HTTP transport. Run the following command in your terminal:

claude mcp add --transport http razorpay https://mcp.razorpay.com/mcp \
--header "Authorization: Basic <your-base64-encoded-key-secret>"
  1. Replace <your-base64-encoded-key-secret> with the Base64 token you generated. Refer to the to generate it.
  2. Run claude mcp list to confirm the server is registered. To authenticate using OAuth, run /mcp within a Claude Code session.
  3. Test the connection by asking: Show me available Razorpay tools.

Watch this video to see how to connect the Razorpay MCP Server to Claude Code (CLI).

Need Help?

If you need any assistance with the integration, reach out to us at

.


Is this integration guide useful?


razorpay mcp claude
claude connector
claude code mcp
claude desktop