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
Access N26 bank account data via the PSD2 Open Banking API. View account balances, transactions, and account details with proper authorization.
💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → N26 Open Banking (PSD2) klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein
git clone, kein lokaler Server.
N26 Open Banking (PSD2) + Cursor
Access N26 bank account data via the PSD2 Open Banking API. View account balances, transactions, and account details with proper authorization.
Voraussetzungen
Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:
N26_CLIENT_ID, N26_CLIENT_SECRET
Schritt 1 — Zugangsdaten holen
Schritt 2 — Adapter installieren
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Schritt 3 — Connector in Cursor hinzufügen
Cursor liest MCP-Server aus ~/.cursor/mcp.json. Füge diesen Eintrag hinzu:
{
"mcpServers": {
"anythingmcp": {
"url": "https://cloud.anythingmcp.com/mcp",
"headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
}
}
}
- Hole deinen MCP API Key aus AnythingMCP → Profil → MCP API Keys → Neuer Key.
- Speichern und Cursor neu starten.
- Cursor → Einstellungen → MCP öffnen und prüfen, ob
N26 Open Banking (PSD2)als "Connected" gelistet ist. - Chatten — alle
N26 Open Banking (PSD2)-Tools sind aufrufbar.
Verfügbare Tools
| Tool | What it does |
|---|---|
n26_get_accounts | List all accounts associated with the authorized N26 user |
n26_get_account_balances | Get current balances for a specific N26 account including booked balance and available balance |
n26_get_transactions | Get transactions for a specific N26 account |
FAQ
Unterstützt Cursor benutzerdefinierte MCP-Server im Free-Tier? Ja — MCP ist auf Hobby, Pro und Business verfügbar.
Nächste Schritte
War dieser Guide hilfreich?