Skip to content
Cursor

ZebPay MCP Server for Cursor

io.github.zebpayrajesh/zebpay-mcp-server

MCP server for ZebPay crypto exchange — fetch prices, balances, and manage orders

client:Cursor transport:stdio runtime:npm

Install ZebPay MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "zebpay-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@zebpay_rajesh/zebpay-mcp-server"
      ],
      "env": {
        "ZEBPAY_API_KEY": "<ZEBPAY_API_KEY>",
        "ZEBPAY_API_SECRET": "<ZEBPAY_API_SECRET>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ZebPay MCP Server in other clients