ADK-Rust Enterprise Banking MCP Server — Plaid(US/Canada), Mono (Africa), Open Banking UK/EU with accounts, transactions, payments
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-banking": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-banking"
]
}
}
}
Run in terminal:
claude mcp add mcp-banking cargo run -- mcp-banking
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-banking": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-banking"
]
}
}
}