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_KEYExample: 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/getRetrieve real-time balance data
POST
/accounts/getRetrieve accounts
POST
/application/getRetrieve information about a Plaid application
POST
/asset_report/audit_copy/createCreate Asset Report Audit Copy
POST
/asset_report/audit_copy/getRetrieve an Asset Report Audit Copy
POST
/asset_report/audit_copy/removeRemove Asset Report Audit Copy
POST
/asset_report/createCreate an Asset Report
POST
/asset_report/filterFilter Asset Report
POST
/asset_report/getRetrieve an Asset Report
POST
/asset_report/pdf/getRetrieve a PDF Asset Report