Enterprise1-minute readEnglish · Deutsch · Italiano

Plaid を Gemini に接続する方法 — MCP 経由

MCPを介してPlaid APIをClaudeに接続します。AnythingMCPを使用して、銀行取引、口座残高、財務データをAIで分析します。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

  • 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

TL;DR

MCPを介してPlaid APIをClaudeに接続します。AnythingMCPを使用して、銀行取引、口座残高、財務データをAIで分析します。

Claudeで財務データを分析する

PlaidにはMCPコネクタがありません。AnythingMCPを使用すると、PlaidのREST APIをMCPサーバーに変換し、Claudeがリンクされた銀行口座、取引、および財務インサイトをクエリできるようになります。

必要なもの

  • Plaid開発者アカウント (https://dashboard.plaid.com)
  • Dockerがインストールされていること
  • Claude Desktop、Claude.ai、またはMCP互換のAIクライアント

ステップバイステップガイド

ステップ1: AnythingMCPをデプロイする

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

ステップ2: Plaid APIキーを取得する

https://dashboard.plaid.comでサインアップします。client_idとサンドボックス/開発用のsecretを取得します。テスト資格情報を使用して最初にサンドボックスでテストしてください。

ステップ3: RESTコネクタを作成する

基本URL https://sandbox.plaid.com(または実データ用にhttps://development.plaid.com)でRESTコネクタを作成します。PLAID-CLIENT-IDPLAID-SECRETヘッダーを追加します。

ステップ4: 主要エンドポイントを公開する

  • POST /accounts/balance/get — 口座残高
  • POST /transactions/get — 取引履歴
  • POST /institutions/get_by_id — 銀行の詳細
  • POST /categories/get — 取引カテゴリ
  • POST /investments/holdings/get — 投資保有

ステップ5: Claudeに接続する

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

Claude Desktopを必要とせずに、Claude.ai設定 → コネクタで直接MCPサーバーを追加することもできます。

ステップ6: Claudeに財務について尋ねる

  • "リンクされたすべての口座の合計残高は?"
  • "今月の飲食費はいくらだった?"
  • "先週の最大の取引を見せて"
  • "カテゴリ別の支出傾向は?"
  • "私の投資保有を要約して"

セキュリティのベストプラクティス

  • テストにはPlaid Sandboxから始める
  • 読み取りエンドポイントのみを公開する
  • アクセストークンを静止状態で暗号化する
  • AnythingMCPの監査ログを有効にする

次のステップ

このガイドは役に立ちましたか?

Ready to ship

Ship MCP to your stack in 60 seconds.

Spin up AnythingMCP on managed Cloud or self-host it on your infrastructure. Free for 7 days, no credit card.

関連ガイド

SB
connectors

SAP Business One を Gemini に接続する方法 — MCP 経由

Drive SAP Business One ERP (popular Mittelstand SMB target in DACH) from any AI agent: business partners, items, sales orders, A/R invoices, quotations, deliveries. Service Layer OData v4. Session-cookie auth via /Login.

SC
connectors

SAP Concur を Gemini に接続する方法 — MCP 経由

Manage Concur expense reports, approvals, attendees, locations, users and travel itineraries from any AI agent. OAuth 2.0 refresh-token flow. Free developer sandbox on developer.concur.com.

SS
connectors

SAP S/4HANA Cloud を Gemini に接続する方法 — MCP 経由

Drive SAP S/4HANA Cloud Public Edition from any AI agent: business partners, customers, suppliers, sales orders, purchase orders, billing documents, products, journal entries. OAuth 2.0 client_credentials via BTP Communication Arrangement.

A
connectors

ActiveCampaign を Gemini に接続する方法 — MCP 経由

Drive ActiveCampaign (marketing automation + CRM) from any AI agent: contacts, lists, tags, deals, pipelines, campaigns, automations. 16 tools. Custom Api-Token header auth, per-account API URL.

AS
connectors

Acuity Scheduling を Gemini に接続する方法 — MCP 経由

Drive Acuity Scheduling (Squarespace-owned booking SaaS) from any AI agent: appointments, availability, appointment types, calendars, clients, products. 12 tools, Basic-auth.

connectors

Adyen を Gemini に接続する方法 — MCP 経由

Drive Adyen (global payment processor) checkout + payments + balance platform from any AI agent. 10 tools, API-key auth, separate live and test environments.