About
Overview
The Plaid MCP Server enables AI agents to interact with Plaid's financial data API. It provides tools for linking bank accounts, retrieving transaction history, checking account balances, and verifying identity information. Essential for fintech application development.
Capabilities
Tools & Capabilities
⚡get_accounts
Get linked bank accounts
⚡get_transactions
Get recent transactions
⚡get_balance
Get account balances
⚡get_identity
Get account holder identity
Setup
Installation
bash
Install
npx -y mcp-server-plaidExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"plaid": {
"command": "npx",
"args": ["-y", "mcp-server-plaid"],
"env": {
"PLAID_CLIENT_ID": "your-client-id",
"PLAID_SECRET": "your-secret"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusBeta
Stars★ 45
Last UpdatedFeb 12, 2026