mcp-pluggy
About
MCP server for Pluggy — Open Finance Brasil aggregator: accounts, transactions, payment initiation
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
PLUGGY_CLIENT_ID PLUGGY_CLIENT_SECRETClaude Code
claude mcp add --env PLUGGY_CLIENT_ID= --env PLUGGY_CLIENT_SECRET= mcp-pluggy -- npx @codespar/mcp-pluggy
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-pluggy","command":"npx","args":["@codespar/mcp-pluggy"],"env":{"PLUGGY_CLIENT_ID":"","PLUGGY_CLIENT_SECRET":""}}'
JSON
{
"mcpServers": {
"mcp-pluggy": {
"command": "npx",
"args": [
"@codespar/mcp-pluggy"
],
"env": {
"PLUGGY_CLIENT_ID": "",
"PLUGGY_CLIENT_SECRET": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.