Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the N26 Open Banking (PSD2) in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
Connect N26 Open Banking to Claude AI using MCP. View balances, transactions, and account data with natural language. Step-by-step setup guide.
Try asking
Example prompts for N26 Open Banking (PSD2)
Click any prompt to copy it. Paste into Claude, ChatGPT, Cursor, Gemini, Copilot or OpenClaw to run it against this connector.
Claude is AI and can make mistakes. Please double-check responses.
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?