Skip to content
MCP-Bridge
Developer ToolsAuto-generated

The Plaid API MCP Server

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

Quick Setup

Transport: STDIO

Command: npx -y @mcp/plaid-com

Environment Variables

THE_PLAID_API_API_KEY

Example: your_the_plaid_api_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "plaid-com": {
      "command": "npx",
      "args": ["-y","@mcp/plaid-com"],
      "env": {
      "THE_PLAID_API_API_KEY": "your_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