Skip to content
Cursor

cashfree mcp for Cursor

io.github.cashfree/cashfree-mcp

Cashfree MCP server for cashfree docs and APIs

client:Cursor transport:stdio runtime:npm

Install cashfree mcp 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": {
    "cashfree-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@cashfreepayments/cashfree-mcp"
      ],
      "env": {
        "PAYMENTS_APP_ID": "<PAYMENTS_APP_ID>",
        "PAYMENTS_APP_SECRET": "<PAYMENTS_APP_SECRET>",
        "PAYOUTS_APP_ID": "<PAYOUTS_APP_ID>",
        "PAYOUTS_APP_SECRET": "<PAYOUTS_APP_SECRET>",
        "TWO_FA_PUBLIC_KEY_PEM_PATH": "<TWO_FA_PUBLIC_KEY_PEM_PATH>",
        "SECUREID_APP_ID": "<SECUREID_APP_ID>",
        "SECUREID_APP_SECRET": "<SECUREID_APP_SECRET>",
        "TOOLS": "<TOOLS>",
        "ENV": "<ENV>"
      }
    }
  }
}

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

cashfree mcp in other clients