Razorpay MCP Server
About
A Model Context Protocol (MCP) server that connects the Razorpay payment gateway API to AI assistants such as Cursor, Claude, and Copilot. It enables these assistants to directly access Razorpay account data through a standardized interface.
Details
- Author
- LightHeads
- GitHub stars
- 2
- Downloads
- 333
- Categories
- Other
Jump to
- Supports both stdio and SSE transport modes.
- Provides 11 Razorpay data retrieval tools.
- Pagination support with count, skip, from, to parameters.
- Works with Cursor, Claude, Copilot, and other MCP clients.
- Docker image available for containerized deployment.
- Simple authentication using key‑id and key‑secret.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Razorpay MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install globally via npm (npm install -g razorpay-mcp@0.1.4), then run the binary with your Razorpay API key ID and key secret. For cursor integration, add the configuration to .cursor/mcp.json. For web applications, start the SSE server on a chosen port and connect from your web app using an EventSource.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"razorpay mcp server": {
"razorpay-mcp": {
"command": "docker",
"args": [
"build",
"-t",
"razorpay-mcp",
"."
]
}
}
}
}
McpServers
{
"razorpay-mcp": {
"command": "docker",
"args": [
"build",
"-t",
"razorpay-mcp",
"."
]
}
}
Razorpay MCP Server
> Connect your Razorpay payment gateway to AI assistants using the Model Context Protocol
A Model Context Protocol (MCP) server for interacting with the Razorpay payment gateway API. This package enables AI assistants like Cursor, Claude, and Copilot to directly access your Razorpay account data through a standardized interface.
Quick Start
The most reliable way to use this package:
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



