Developer Tools
Trust: 35/100 (Limited)io.github.cashfree/cashfree-mcp Guide
Cashfree MCP server for cashfree docs and APIs
12 starsby cashfree
Quick Start
Install
npx @cashfreepayments/cashfree-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-cashfree-cashfree-mcp": {
"command": "npx",
"args": [
"@cashfreepayments/cashfree-mcp"
]
}
}
}