mcpbeat Sign in

Starling Bank MCP Server

local only

Starling Bank runs on your own machine — the client starts it, so there is no endpoint to ping. 96 installs a week from npm. Last commit 10 Sep 2026.

Allow AI systems to view and control your Starling Bank account via MCP.

Installs per day peak 145 · avg 33 · +26% w/w
a month agotoday
96
Installs / week
npm · starling-bank-mcp
4
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: STARLING_BANK_ACCESS_TOKEN (Starling Bank personal access token. Sign up for the Starling Developer Portal, link your account, and create a Personal Access Token.), STARLING_BANK_PRIVATE_KEY_UID (Optional: Key UID of the signing key for sending payments.), STARLING_BANK_PRIVATE_KEY_PEM (Optional: PEM-encoded signing key for sending payments.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Starling Bank

same job, measured the same way
Google Contacts
by domdomegg

Allow AI systems to list, search, and manage contacts via Google Contacts.

60 installs/wk local only
C6 Bank MCP
by mcp-dir

Connect your C6 Bank account to AI via Brazil's Open Finance: balances, statements, cards, investmen

25 tools answering
Player's Bank MCP
by mcp-dir

Connect your Player's Bank account to AI via Brazil's Open Finance: balances, statements, cards, inv

25 tools answering
Banco do Nordeste do Brasil MCP
by mcp-dir

Connect your Banco do Nordeste do Brasil account to AI via Brazil's Open Finance: balances, statemen

25 tools answering
Porto Bank MCP
by mcp-dir

Connect your Porto Bank account to AI via Brazil's Open Finance: balances, statements, cards, invest

25 tools answering
Nubank MCP
by mcp-dir

Connect your Nubank account to AI via Brazil's Open Finance: balances, statements, cards, investment

25 tools answering
PagBank MCP
by mcp-dir

Connect your PagBank account to AI via Brazil's Open Finance: balances, statements, cards, investmen

25 tools answering
Conta Bemol MCP
by mcp-dir

Connect your Conta Bemol account to AI via Brazil's Open Finance: balances, statements, cards, inves

25 tools answering

Starling Bank — questions

Answers built from our own checks of this server.

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