Connector guide1-minute read3 MCP toolsEnglish · Deutsch · Italiano

Cómo conectar N26 Open Banking (PSD2) a Cursor — via MCP

Access N26 bank account data via the PSD2 Open Banking API. View account balances, transactions, and account details with proper authorization.

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

N26 Open Banking (PSD2)

MCP connector

N26 Open Banking (PSD2)

Access N26 bank account data via the PSD2 Open Banking API. View account balances, transactions, and account details with proper authorization.

Tools

3

Region

DE

Category

Banking

Authentication

OAuth 2.0

Required env vars

N26_CLIENT_IDN26_CLIENT_SECRET
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

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.

Open Cloud

TL;DR

Access N26 bank account data via the PSD2 Open Banking API. View account balances, transactions, and account details with proper authorization.

💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → N26 Open Banking (PSD2), pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin git clone, sin servidor local.

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.

Requisitos previos

Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:

N26_CLIENT_ID, N26_CLIENT_SECRET

Paso 1 — Obtener credenciales

Paso 2 — Instalar el adapter

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

Paso 3 — Añadir el conector en Cursor

Cursor lee servidores MCP desde ~/.cursor/mcp.json. Añade esta entrada:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Obtén tu MCP API key desde AnythingMCP → Perfil → MCP API Keys → Nueva Key.
  2. Guarda el archivo y reinicia Cursor.
  3. Abre Cursor → Configuración → MCP para verificar que N26 Open Banking (PSD2) aparece como "Connected".
  4. Empieza a chatear — todas las herramientas de N26 Open Banking (PSD2) están disponibles.

Herramientas disponibles

ToolWhat it does
n26_get_accountsList all accounts associated with the authorized N26 user
n26_get_account_balancesGet current balances for a specific N26 account including booked balance and available balance
n26_get_transactionsGet transactions for a specific N26 account

FAQ

¿Cursor soporta servidores MCP personalizados en el plan free? Sí — MCP está disponible en Hobby, Pro y Business.

Siguientes pasos

¿Te ha sido útil esta guía?

Ready to ship

Your N26 agent is one click away.

Install the connector, paste the key, prompt Cursor. Free for 7 days, no credit card.

Guías relacionadas