Allow AI systems to view and control your Starling Bank account via MCP.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y starling-bank-mcp
MCP client config
{
"mcpServers": {
"starling-bank": {
"command": "npx",
"args": [
"-y",
"starling-bank-mcp"
]
}
}
}Distributed as an MCP bundle (`https://github.com/domdomegg/starling-bank-mcp/releases/download/v1.2.1/starling-bank-mcp.mcpb`) — download it and import the bundle in your MCP client.