Loading MCP server directory, please wait...
Cashfree MCP server for cashfree docs and APIs
npx @getmcp/cli add io.github.cashfree/cashfree-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
TOOLSTools (Comma-separated list of modules to enable. Available options: pg, payouts, secureid)
ENVEnvironment (production/sandbox default: sandbox)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cashfree/cashfree-mcp": {
"command": "npx",
"args": [
"-y",
"@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": ""
}
}
}
}