Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the N26 Open Banking (PSD2) in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
使用 MCP 将 N26 开放银行连接到 Claude AI。通过自然语言查看余额、交易和账户数据。逐步设置指南。
试试这样问
N26 Open Banking (PSD2) 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
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
- 打开
http://localhost:3000/connectors/store并导入 N26 开放银行 (PSD2) 适配器 - 输入你的 N26 OAuth2 客户端 ID 和 客户端密钥
- 将连接器分配给 MCP 服务器
连接 Claude
{
"mcpServers": {
"n26": { "url": "http://localhost:4000/mcp" }
}
}
可用工具
| 工具 | 描述 |
|---|---|
n26_get_accounts | 列出所有带有 IBAN 和货币的账户 |
n26_get_account_balances | 获取已记账和可用余额 |
n26_get_transactions | 获取带有金额和对方的交易 |
这份指南对你有帮助吗?