Skip to content
Cline

revolut mcp for Cline

io.github.jeff-nasseri/revolut-mcp

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

client:Cline transport:stdio runtime:npm

Install revolut mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "revolut-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@jeff-nasseri/revolut-mcp"
      ],
      "env": {
        "REVOLUT_CLIENT_ID": "<REVOLUT_CLIENT_ID>",
        "REVOLUT_PRIVATE_KEY_PATH": "<REVOLUT_PRIVATE_KEY_PATH>",
        "REVOLUT_PRIVATE_KEY": "<REVOLUT_PRIVATE_KEY>",
        "REVOLUT_REDIRECT_URI": "<REVOLUT_REDIRECT_URI>",
        "REVOLUT_JWT_ISS": "<REVOLUT_JWT_ISS>",
        "TOKEN_STORE_PATH": "<TOKEN_STORE_PATH>",
        "REVOLUT_ENVIRONMENT": "<REVOLUT_ENVIRONMENT>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

revolut mcp in other clients