mcpbeat Sign in

Cashfree MCP Server

local only

Cashfree MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 28 installs a week from npm. Last commit 3 Apr 2026.

Cashfree MCP server for cashfree docs and APIs

Installs per day peak 14 · avg 5 · -18% w/w
a month agotoday
28
Installs / week
npm · @cashfreepayments/cashfree-mcp
14
Stars
0 open issues
3 Apr 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Cashfree MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cashfree-mcp -- npx -y @cashfreepayments/cashfree-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cashfree-mcp": {
      "args": [
        "-y",
        "@cashfreepayments/cashfree-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cashfree-mcp]
command = "npx"
args = ["-y", "@cashfreepayments/cashfree-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cashfree-mcp": {
      "args": [
        "-y",
        "@cashfreepayments/cashfree-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cashfree-mcp": {
      "args": [
        "-y",
        "@cashfreepayments/cashfree-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PAYMENTS_APP_ID (Payment Gateway App Id), PAYMENTS_APP_SECRET (Payment Gateway App Secret), PAYOUTS_APP_ID (Payouts App Id), PAYOUTS_APP_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 (SecureId App Id), SECUREID_APP_SECRET (SecureId App Secret), TOOLS (Tools (Comma-separated list of modules to enable. Available options: pg, payouts, secureid)), ENV (Environment (production/sandbox default: sandbox)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cashfree MCP

same job, measured the same way
Swapi MCP
by abhishekjkrsna

MCP server for SWAPI API

46 installs/wk local only
Linkedctl
by alexey-pelykh

CLI and MCP server for the LinkedIn API

32 installs/wk local only
Porkbun MCP
by korobkov-v

MCP server for Porkbun domains and DNS.

116 installs/wk local only
Git MCP Server
by ray0907

MCP server for GitLab and GitHub

37 installs/wk local only
Anzenna
by anzenna

MCP server for Anzenna

answering
Brave DevTools MCP
by triuzzi

MCP server and CLI for Brave DevTools

664 installs/wk local only
Vercel MCP
by vercel

An MCP server for Vercel

answering
Hostinger API MCP
by hostinger

MCP server for Hostinger API

155 172 installs/wk answering

Cashfree MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Cashfree MCP?
Cashfree MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @cashfreepayments/cashfree-mcp was installed 28 times last week.
How do I connect Cashfree MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @cashfreepayments/cashfree-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Cashfree MCP?
The npm package @cashfreepayments/cashfree-mcp was installed 28 times in the last week. Week over week that is -18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cashfree MCP open source?
We cannot say either way: written in TypeScript and 14 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.