Skip to content

pluggyai/pluggy-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published