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 开放银行连接到 ChatGPT。使用自然语言检查余额、查看交易和管理账户数据。
试试这样问
N26 Open Banking (PSD2) 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
Claude 是 AI,可能会出错。请核对回答。
将 N26 连接到 ChatGPT
N26 是一家领先的欧洲数字银行。通过 AnythingMCP,你可以通过 MCP 将 N26 的 PSD2 开放银行 API 暴露给 ChatGPT — 使用自然语言检查余额、查看交易和分析支出。
快速设置
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 服务器
连接到 ChatGPT
{
"mcpServers": {
"n26": { "url": "https://your-anythingmcp-instance.com/mcp" }
}
}
用例
- "我当前的 N26 账户余额是多少?" — 即时余额查询
- "显示我上周的交易" — 最近活动回顾
- "这个月我在杂货上的支出是多少?" — 支出分析
- "列出我所有的 N26 账户和 IBAN" — 账户概览
这份指南对你有帮助吗?