Give your AI assistant secure, read-only access to your bank accounts. MCP server supporting Plaid, Teller, Enable Banking, and Tink.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"bank-mcp": {
"command": "npx",
"args": [
"-y",
"elcukro/bank-mcp"
]
}
}
}
Run in terminal:
claude mcp add bank-mcp npx -y elcukro/bank-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"bank-mcp": {
"command": "npx",
"args": [
"-y",
"elcukro/bank-mcp"
]
}
}
}