MCP ExplorerExplorer

Pluggy Mcp

@pluggyaion 17 days ago
1 MIT
FreeCommunity
AI Systems
Pluggy MCP is a server for the Pluggy API, enabling local development and tool integration.

Overview

What is Pluggy Mcp

Pluggy MCP is a server designed for the Pluggy API, facilitating the integration and management of various services through a modular architecture.

Use cases

Use cases for Pluggy MCP include developing custom tools for data processing, integrating third-party services into applications, and enhancing existing applications with additional functionalities.

How to use

To use Pluggy MCP, install it via npm with ‘npm install’. Configure your Cursor MCP server to connect to this server by adding the provided JSON configuration to your preferences.

Key features

Key features of Pluggy MCP include easy installation, local development support, hot-reload functionality for tool development, and a modular structure for adding new tools.

Where to use

Pluggy MCP can be used in software development environments where integration with the Pluggy API is required, particularly in applications that need to manage multiple services efficiently.

Content

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.

Tools

No tools

Comments