Starling Bank
About
Allow AI systems to view and control your Starling Bank account via MCP.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
STARLING_BANK_ACCESS_TOKEN STARLING_BANK_PRIVATE_KEY_UID STARLING_BANK_PRIVATE_KEY_PEMClaude Code
claude mcp add --env STARLING_BANK_ACCESS_TOKEN= --env STARLING_BANK_PRIVATE_KEY_UID= --env STARLING_BANK_PRIVATE_KEY_PEM= starling-bank-mcp -- npx starling-bank-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"starling-bank-mcp","command":"npx","args":["starling-bank-mcp"],"env":{"STARLING_BANK_ACCESS_TOKEN":"","STARLING_BANK_PRIVATE_KEY_UID":"","STARLING_BANK_PRIVATE_KEY_PEM":""}}'
JSON
{
"mcpServers": {
"starling-bank-mcp": {
"command": "npx",
"args": [
"starling-bank-mcp"
],
"env": {
"STARLING_BANK_ACCESS_TOKEN": "",
"STARLING_BANK_PRIVATE_KEY_UID": "",
"STARLING_BANK_PRIVATE_KEY_PEM": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.