Financial data platform
Connect to Plaid for bank account linking and financial data access.
{
"mcpServers": {
"plaid": {
"mcpServers": {
"plaid": {
"env": {
"PLAID_ENV": "sandbox",
"PLAID_SECRET": "your-secret",
"PLAID_CLIENT_ID": "your-client-id"
},
"args": [
"-y",
"plaid-mcp-server"
],
"command": "npx"
}
}
}
}
}