Loading MCP server directory, please wait...
Connect AI agents to bank accounts, transactions, balances, and investments.
npx @getmcp/cli add io.banksync/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
BANKSYNC_API_KEYYour BankSync API key from https://banksync.io/developers
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.banksync/mcp": {
"command": "npx",
"args": [
"-y",
"@banksync/mcp"
],
"env": {
"BANKSYNC_API_KEY": ""
}
}
}
}