No install? Use cloud.anythingmcp.com directly.
Sign in, install the N26 Open Banking (PSD2) in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
TL;DR
Connect N26 Open Banking to Claude AI using MCP. View balances, transactions, and account data with natural language. Step-by-step setup guide.
Connect N26 to Claude
N26 is a leading European digital bank offering PSD2 Open Banking access. With AnythingMCP, you can connect N26 to Claude AI and manage your banking data using natural language.
What You Can Do
- "What is my current account balance?"
- "Show me my transactions from the last 7 days"
- "How much did I spend at restaurants this month?"
- "List all my N26 accounts"
Setup
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
- Open
http://localhost:3000/connectors/storeand import the N26 Open Banking (PSD2) adapter - Enter your N26 OAuth2 client ID and client secret
- Assign the connector to an MCP server
Connect Claude
{
"mcpServers": {
"n26": { "url": "http://localhost:4000/mcp" }
}
}
Available Tools
| Tool | Description |
|---|---|
n26_get_accounts | List all accounts with IBANs and currency |
n26_get_account_balances | Get booked and available balances |
n26_get_transactions | Get transactions with amounts and counterparties |
Was this guide helpful?