← Back to browse

cashfree-mcp

Indexed by io.github.cashfree

About

Cashfree MCP server for cashfree docs and APIs

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsPAYMENTS_APP_ID PAYMENTS_APP_SECRET PAYOUTS_APP_ID PAYOUTS_APP_SECRET TWO_FA_PUBLIC_KEY_PEM_PATH SECUREID_APP_ID SECUREID_APP_SECRET TOOLS ENV
Claude Code
claude mcp add --env PAYMENTS_APP_ID= --env PAYMENTS_APP_SECRET= --env PAYOUTS_APP_ID= --env PAYOUTS_APP_SECRET= --env TWO_FA_PUBLIC_KEY_PEM_PATH= --env SECUREID_APP_ID= --env SECUREID_APP_SECRET= --env TOOLS= --env ENV= cashfree-mcp -- npx @cashfreepayments/cashfree-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"cashfree-mcp","command":"npx","args":["@cashfreepayments/cashfree-mcp"],"env":{"PAYMENTS_APP_ID":"","PAYMENTS_APP_SECRET":"","PAYOUTS_APP_ID":"","PAYOUTS_APP_SECRET":"","TWO_FA_PUBLIC_KEY_PEM_PATH":"","SECUREID_APP_ID":"","SECUREID_APP_SECRET":"","TOOLS":"","ENV":""}}'
JSON
{
  "mcpServers": {
    "cashfree-mcp": {
      "command": "npx",
      "args": [
        "@cashfreepayments/cashfree-mcp"
      ],
      "env": {
        "PAYMENTS_APP_ID": "",
        "PAYMENTS_APP_SECRET": "",
        "PAYOUTS_APP_ID": "",
        "PAYOUTS_APP_SECRET": "",
        "TWO_FA_PUBLIC_KEY_PEM_PATH": "",
        "SECUREID_APP_ID": "",
        "SECUREID_APP_SECRET": "",
        "TOOLS": "",
        "ENV": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.