The Plaid API Claude Desktop Config
Add the The Plaid API MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"plaid-com": {
"command": "npx",
"args": [
"-y",
"@mcp/plaid-com"
],
"env": {
"THE_PLAID_API_API_KEY": "your_the_plaid_api_api_key"
}
}
}
}Environment Variables
THE_PLAID_API_API_KEYReplace your_the_plaid_api_api_key with your actual 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