mcpbeat Sign in

Revolut MCP Server

local only

Revolut MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 54 installs a week from npm. Last commit 6 Jun 2026.

MCP server for the Revolut Business API: accounts, transactions, payments, FX, and more.

Installs per day peak 16 · avg 8 · +24% w/w
a month agotoday
54
Installs / week
npm · @jeff-nasseri/revolut-mcp
32
Stars
1 open issues
6 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Revolut 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 revolut-mcp -- npx -y @jeff-nasseri/revolut-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "revolut-mcp": {
      "args": [
        "-y",
        "@jeff-nasseri/revolut-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.revolut-mcp]
command = "npx"
args = ["-y", "@jeff-nasseri/revolut-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "revolut-mcp": {
      "args": [
        "-y",
        "@jeff-nasseri/revolut-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "revolut-mcp": {
      "args": [
        "-y",
        "@jeff-nasseri/revolut-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: REVOLUT_CLIENT_ID (Client ID from the Revolut Business portal (Settings -> APIs)), REVOLUT_PRIVATE_KEY_PATH (Path to the PEM private key that signs the client-assertion JWT), REVOLUT_PRIVATE_KEY (PEM contents of the private key (alternative to REVOLUT_PRIVATE_KEY_PATH)), REVOLUT_REDIRECT_URI (OAuth redirect URI registered with the certificate (default: https://example.com/)), REVOLUT_JWT_ISS (JWT issuer; defaults to the redirect URI host), TOKEN_STORE_PATH (Where OAuth tokens are persisted (default: ./.tokens.json)), REVOLUT_ENVIRONMENT (Target environment: sandbox (default) or production). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Revolut MCP

same job, measured the same way
Monarch MCP Server
by jamiew

Access Monarch financial data — accounts, transactions, budgets, and more

183 installs/wk local only
Modern Treasury
by usefulapi

MCP server for Modern Treasury — payment orders, transactions, counterparties and ledgers.

17 tools answering
MCP Pluggy
by codespar

MCP server for Pluggy — Open Finance Brasil aggregator: accounts, transactions, payment initiation

34 installs/wk local only
Zen
by krystiangw

Unofficial MCP server for the ZEN.com Payment Gateway: payment links, transactions, refunds.

22 installs/wk local only
MCP Open Finance
by codespar

MCP server for Open Finance Brasil — accounts, transactions, consents, credit, loans, investments

26 installs/wk local only
Next Finance
by paivapiovesan

MCP Server for NEXT Finance ERP (finance.net.br) — browser login, wallets, accounts, transactions.

758 installs/wk local only
Cloudpayments MCP
by theyahia

MCP server for CloudPayments API — charge, auth, confirm, void, refund, find transaction. 6 tools.

53 installs/wk local only
GMO Coin FX MCP Server
by rikitonoto

MCP server for GMO Coin FX trading, positions, executions, klines, and account balances.

local only

Revolut MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Revolut MCP?
Revolut 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 @jeff-nasseri/revolut-mcp was installed 54 times last week.
How do I connect Revolut 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 @jeff-nasseri/revolut-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Revolut MCP?
The npm package @jeff-nasseri/revolut-mcp was installed 54 times in the last week. Week over week that is +24%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Revolut MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 32 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.