PluginBench
MCP Server
Maintained

io.github.cashfree/cashfree-mcp MCP Server

io.github.cashfree/cashfree-mcp

What is the io.github.cashfree/cashfree-mcp MCP server?

Cashfree MCP server for cashfree docs and APIs

How to install io.github.cashfree/cashfree-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • PAYMENTS_APP_ID
    secret

    Payment Gateway App Id

  • PAYMENTS_APP_SECRET
    secret

    Payment Gateway App Secret

  • PAYOUTS_APP_ID
    secret

    Payouts App Id

  • PAYOUTS_APP_SECRET
    secret

    Payouts App Secret

  • TWO_FA_PUBLIC_KEY_PEM_PATH

    Path to the PEM file containing the public key for verifying 2FA signatures

  • SECUREID_APP_ID
    secret

    SecureId App Id

  • SECUREID_APP_SECRET
    secret

    SecureId App Secret

  • TOOLS
    required

    Tools (Comma-separated list of modules to enable. Available options: pg, payouts, secureid)

  • ENV
    required

    Environment (production/sandbox default: sandbox)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cashfree-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cashfreepayments/cashfree-mcp"
      ],
      "env": {
        "PAYMENTS_APP_ID": "<YOUR_PAYMENTS_APP_ID>",
        "PAYMENTS_APP_SECRET": "<YOUR_PAYMENTS_APP_SECRET>",
        "PAYOUTS_APP_ID": "<YOUR_PAYOUTS_APP_ID>",
        "PAYOUTS_APP_SECRET": "<YOUR_PAYOUTS_APP_SECRET>",
        "TWO_FA_PUBLIC_KEY_PEM_PATH": "<YOUR_TWO_FA_PUBLIC_KEY_PEM_PATH>",
        "SECUREID_APP_ID": "<YOUR_SECUREID_APP_ID>",
        "SECUREID_APP_SECRET": "<YOUR_SECUREID_APP_SECRET>",
        "TOOLS": "<YOUR_TOOLS>",
        "ENV": "<YOUR_ENV>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "cashfree-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cashfreepayments/cashfree-mcp"
      ],
      "env": {
        "PAYMENTS_APP_ID": "<YOUR_PAYMENTS_APP_ID>",
        "PAYMENTS_APP_SECRET": "<YOUR_PAYMENTS_APP_SECRET>",
        "PAYOUTS_APP_ID": "<YOUR_PAYOUTS_APP_ID>",
        "PAYOUTS_APP_SECRET": "<YOUR_PAYOUTS_APP_SECRET>",
        "TWO_FA_PUBLIC_KEY_PEM_PATH": "<YOUR_TWO_FA_PUBLIC_KEY_PEM_PATH>",
        "SECUREID_APP_ID": "<YOUR_SECUREID_APP_ID>",
        "SECUREID_APP_SECRET": "<YOUR_SECUREID_APP_SECRET>",
        "TOOLS": "<YOUR_TOOLS>",
        "ENV": "<YOUR_ENV>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "cashfree-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cashfreepayments/cashfree-mcp"
      ],
      "env": {
        "PAYMENTS_APP_ID": "<YOUR_PAYMENTS_APP_ID>",
        "PAYMENTS_APP_SECRET": "<YOUR_PAYMENTS_APP_SECRET>",
        "PAYOUTS_APP_ID": "<YOUR_PAYOUTS_APP_ID>",
        "PAYOUTS_APP_SECRET": "<YOUR_PAYOUTS_APP_SECRET>",
        "TWO_FA_PUBLIC_KEY_PEM_PATH": "<YOUR_TWO_FA_PUBLIC_KEY_PEM_PATH>",
        "SECUREID_APP_ID": "<YOUR_SECUREID_APP_ID>",
        "SECUREID_APP_SECRET": "<YOUR_SECUREID_APP_SECRET>",
        "TOOLS": "<YOUR_TOOLS>",
        "ENV": "<YOUR_ENV>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "cashfree-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@cashfreepayments/cashfree-mcp"
      ],
      "env": {
        "PAYMENTS_APP_ID": "<YOUR_PAYMENTS_APP_ID>",
        "PAYMENTS_APP_SECRET": "<YOUR_PAYMENTS_APP_SECRET>",
        "PAYOUTS_APP_ID": "<YOUR_PAYOUTS_APP_ID>",
        "PAYOUTS_APP_SECRET": "<YOUR_PAYOUTS_APP_SECRET>",
        "TWO_FA_PUBLIC_KEY_PEM_PATH": "<YOUR_TWO_FA_PUBLIC_KEY_PEM_PATH>",
        "SECUREID_APP_ID": "<YOUR_SECUREID_APP_ID>",
        "SECUREID_APP_SECRET": "<YOUR_SECUREID_APP_SECRET>",
        "TOOLS": "<YOUR_TOOLS>",
        "ENV": "<YOUR_ENV>"
      }
    }
  }
}
Claude Code
claude mcp add cashfree-mcp --env PAYMENTS_APP_ID=<YOUR_PAYMENTS_APP_ID> --env PAYMENTS_APP_SECRET=<YOUR_PAYMENTS_APP_SECRET> --env PAYOUTS_APP_ID=<YOUR_PAYOUTS_APP_ID> --env PAYOUTS_APP_SECRET=<YOUR_PAYOUTS_APP_SECRET> --env TWO_FA_PUBLIC_KEY_PEM_PATH=<YOUR_TWO_FA_PUBLIC_KEY_PEM_PATH> --env SECUREID_APP_ID=<YOUR_SECUREID_APP_ID> --env SECUREID_APP_SECRET=<YOUR_SECUREID_APP_SECRET> --env TOOLS=<YOUR_TOOLS> --env ENV=<YOUR_ENV> -- npx -y @cashfreepayments/cashfree-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →