Connector guide1-minute read3 MCP toolsEnglish · Deutsch · Italiano

How to Connect N26 to Cursor — via MCP

Connect N26 Open Banking to Claude AI using MCP. View balances, transactions, and account data with natural language. Step-by-step setup guide.

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

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
  1. Open http://localhost:3000/connectors/store and import the N26 Open Banking (PSD2) adapter
  2. Enter your N26 OAuth2 client ID and client secret
  3. Assign the connector to an MCP server

Connect Claude

{
  "mcpServers": {
    "n26": { "url": "http://localhost:4000/mcp" }
  }
}

Available Tools

ToolDescription
n26_get_accountsList all accounts with IBANs and currency
n26_get_account_balancesGet booked and available balances
n26_get_transactionsGet transactions with amounts and counterparties

Was this guide helpful?

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.

Related guides