This is a MCP server for the Pluggy API.
npm installConfigure 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.
To develop more tools, you can add more tools to the index.ts file.
Configure to hotreload the changes using npm run watch.
This MCP server is not yet published to the MCP server registry.