Loading MCP server directory, please wait...
Allow AI systems to view and control your Starling Bank account via MCP.
npx @getmcp/cli add io.github.domdomegg/starling-bank-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
STARLING_BANK_ACCESS_TOKENStarling Bank personal access token. Sign up for the Starling Developer Portal, link your account, and create a Personal Access Token.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.domdomegg/starling-bank-mcp": {
"command": "npx",
"args": [
"-y",
"starling-bank-mcp"
],
"env": {
"STARLING_BANK_ACCESS_TOKEN": "",
"STARLING_BANK_PRIVATE_KEY_UID": "",
"STARLING_BANK_PRIVATE_KEY_PEM": ""
}
}
}
}