Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

mcp pluggy in other clients