MCP Hub
Back to servers

Pluggy

MCP (Model Context Protocol) Server. Integrates with Pluggy's open banking platform to access financial account data and list available connectors across multiple banking institutions for financial applications and personal finance management.

Stars
3
Validated
Jan 11, 2026

Pluggy MCP

This is a MCP server for the Pluggy API.

Installation

npm install

Usage in Development (Cursor MCP)

Configure your Cursor MCP server to use this server running in your local machine.

{
  "servers": {
    "pluggy-mcp": {
      "command": "node",
      "args": [
        "{project_root}/dist/index.js"
      ],
      "env": {
        "PLUGGY_CLIENT_ID": "{your_pluggy_client_id}",
        "PLUGGY_CLIENT_SECRET": "{your_pluggy_client_secret}"
      }
    }
  }
}

To configure the MCP server in Cursor, go to Preferences > MCP Servers and add the server configuration above.

Developing more Tools

To develop more tools, you can add more tools to the index.ts file.

Configure to hotreload the changes using npm run watch.

Releasing

This MCP server is not yet published to the MCP server registry.

Reviews

No reviews yet

Sign in to write a review