Connector guide1-minute read3 MCP toolsEnglish · Deutsch · Italiano

如何将 N26 连接到 Cursor — 通过 MCP

使用 MCP 将 N26 开放银行连接到 Claude AI。通过自然语言查看余额、交易和账户数据。逐步设置指南。

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

使用 MCP 将 N26 开放银行连接到 Claude AI。通过自然语言查看余额、交易和账户数据。逐步设置指南。

将 N26 连接到 Claude

N26 是一家领先的欧洲数字银行,提供 PSD2 开放银行访问。通过 AnythingMCP,您可以将 N26 连接到 Claude AI,并使用自然语言管理您的银行数据。

您可以做什么

  • "我当前的账户余额是多少?"
  • "给我显示过去 7 天的交易"
  • "这个月我在餐厅花了多少钱?"
  • "列出我所有的 N26 账户"

设置

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
  1. 打开 http://localhost:3000/connectors/store 并导入 N26 开放银行 (PSD2) 适配器
  2. 输入您的 N26 OAuth2 客户端 ID客户端密钥
  3. 将连接器分配给 MCP 服务器

连接 Claude

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

可用工具

工具描述
n26_get_accounts列出所有带有 IBAN 和货币的账户
n26_get_account_balances获取已记账和可用余额
n26_get_transactions获取带有金额和对方的交易

这份指南对您有帮助吗?

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.

相关指南