Back to Guides

How to Connect N26 to Claude for AI-Powered Banking

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

Pre-built adapter available on AnythingMCP Cloud

Skip the self-hosted setup — install this adapter in one click with a free trial. No credit card required.

Install on Cloud — Free Trial

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

| 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 |