mcp pluggy for Cursor
io.github.codespar/mcp-pluggy
MCP server for Pluggy — Open Finance Brasil aggregator: accounts, transactions, payment initiation
client:Cursor
transport:stdio
runtime:npm
Install mcp pluggy in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-pluggy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-pluggy"
],
"env": {
"PLUGGY_CLIENT_ID": "<PLUGGY_CLIENT_ID>",
"PLUGGY_CLIENT_SECRET": "<PLUGGY_CLIENT_SECRET>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs