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 | 金額と相手先を含む取引を取得 |
このガイドは役に立ちましたか?