Skip to content
MCP-Bridge
Developer Tools

The Plaid API MCP Config

The Plaid REST API. Please see https://plaid.com/docs/api for more details.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/plaid-com.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/plaid-com.json to fetch programmatically.

{
  "mcpServers": {
    "plaid-com": {
      "command": "npx",
      "args": ["-y","@mcp/plaid-com"],
      "env": {
      "THE_PLAID_API_API_KEY": "your_the_plaid_api_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/plaid-com.json

Environment Variables

THE_PLAID_API_API_KEY

Replace your_the_plaid_api_api_key with your actual the plaid api api key

Endpoints

POST/accounts/balance/get

Retrieve real-time balance data

POST/accounts/get

Retrieve accounts

POST/application/get

Retrieve information about a Plaid application

POST/asset_report/audit_copy/create

Create Asset Report Audit Copy

POST/asset_report/audit_copy/get

Retrieve an Asset Report Audit Copy

POST/asset_report/audit_copy/remove

Remove Asset Report Audit Copy

POST/asset_report/create

Create an Asset Report

POST/asset_report/filter

Filter Asset Report

POST/asset_report/get

Retrieve an Asset Report

POST/asset_report/pdf/get

Retrieve a PDF Asset Report