Skip to main content

Model Context Protocol (MCP) server to build fast integration testing with Plaid Sandbox data.

Project description

mcp-server-plaid: A Plaid MCP server

Overview

A Model Context Protocol server for facilitating integration with Plaid. This server provides tools to generate mock financial data, search Plaid documentation, and interact with sandbox APIs for testing purposes.

Tools

  1. get_mock_data_prompt

    • Return prompt to generate customized mock financial data for testing
  2. search_documentation

    • Search Plaid documentation for relevant information about products or API endpoints
    • Returns: Detailed information from Plaid's documentation
  3. get_sandbox_access_token

    • Obtain a working access token for the Plaid sandbox environment
    • Returns: Access token and item ID for testing with sandbox mocked data
  4. simulate_webhook

    • Simulate a Plaid webhook event in the sandbox environment
    • Useful for testing your application's webhook handling
    • Returns: Webhook fired status and status code

Configuration

Usage with Claude Desktop

Add this to your claude_desktop_config.json:

Using uvx
{
  "mcpServers": {
    "plaid": {
      "command": "uvx",
      "args": [
        "mcp-server-plaid",
        "--client-id",
        "YOUR_PLAID_CLIENT_ID",
        "--secret",
        "YOUR_PLAID_SECRET"
      ]
    }
  }
}
Using pip installation
{
  "mcpServers": {
    "plaid": {
      "command": "python",
      "args": [
        "-m",
        "mcp_server_plaid",
        "--client-id",
        "YOUR_PLAID_CLIENT_ID",
        "--secret",
        "YOUR_PLAID_SECRET"
      ]
    }
  }
}

Usage with VS Code

For quick installation, use one of the one-click installation buttons below...

Install with UV in VS Code Install with UV in VS Code Insiders

For manual installation, add the following JSON block to your User Settings (JSON) file in VS Code. You can do this by pressing Ctrl + Shift + P and typing Preferences: Open Settings (JSON).

Optionally, you can add it to a file called .vscode/mcp.json in your workspace. This will allow you to share the configuration with others.

Note that the mcp key is needed when using the mcp.json file.

Using uvx
{
  "mcp": {
    "inputs": [
      {
        "type": "promptString",
        "id": "client_id",
        "description": "Plaid Client ID",
        "password": false
      },
      {
        "type": "promptString",
        "id": "secret",
        "description": "Plaid Secret",
        "password": true
      }
    ],
    "servers": {
      "plaid": {
        "command": "uvx",
        "args": ["mcp-server-plaid"],
        "env": {
          "PLAID_CLIENT_ID": "${input:client_id}",
          "PLAID_SECRET": "${input:secret}"
        }
      }
    }
  }
}

Usage with Zed

Add to your Zed settings.json:

Using uvx
{
   "context_servers": {
      "mcp-server-plaid": {
         "command": {
            "path": "uvx",
            "args": [
               "mcp-server-plaid",
               "--client-id",
               "YOUR_PLAID_CLIENT_ID",
               "--secret",
               "YOUR_PLAID_SECRET"
            ]
         }
      }
   }
}
Using pip installation
{
  "context_servers": {
    "mcp-server-plaid": {
      "command": "python",
      "args": [
        "-m",
        "mcp_server_plaid",
        "--client-id",
        "YOUR_PLAID_CLIENT_ID",
        "--secret",
        "YOUR_PLAID_SECRET"
      ]
    }
  }
}

Debugging

You can use the MCP inspector to debug the server. For uvx installations:

npx @modelcontextprotocol/inspector uvx mcp-server-plaid --client-id YOUR_PLAID_CLIENT_ID --secret YOUR_PLAID_SECRET

Or if you've installed the package in a specific directory or are developing on it:

cd path/to/servers/src/plaid
npx @modelcontextprotocol/inspector uv run mcp-server-plaid --client-id YOUR_PLAID_CLIENT_ID --secret YOUR_PLAID_SECRET

License

This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_server_plaid-0.1.0.tar.gz (35.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_server_plaid-0.1.0-py3-none-any.whl (18.3 kB view details)

Uploaded Python 3

File details

Details for the file mcp_server_plaid-0.1.0.tar.gz.

File metadata

  • Download URL: mcp_server_plaid-0.1.0.tar.gz
  • Upload date:
  • Size: 35.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mcp_server_plaid-0.1.0.tar.gz
Algorithm Hash digest
SHA256 d5bdac72eb9d425ddb95123a17dab2af2e2ce6f8842359fa74235724c7bbd604
MD5 6246fb7eb6da77b2d0fd52027c2208d6
BLAKE2b-256 add50432e134aef7456182f32f89d2d58eb0e29c4c96aac45bb2cb24396ad1b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mcp_server_plaid-0.1.0.tar.gz:

Publisher: sandbox-mcp-publish.yml on plaid/ai-coding-toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mcp_server_plaid-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for mcp_server_plaid-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 15edb8fc1869a586bc0904bd280dc333acde3186632731c814191ee0c91161db
MD5 7a3ee8eafcf74dddd6cefc6cdbd27343
BLAKE2b-256 a15b08af3125640174ffb08518247a414aa5f703fb0ea6a729eeefcc07774055

See more details on using hashes here.

Provenance

The following attestation bundles were made for mcp_server_plaid-0.1.0-py3-none-any.whl:

Publisher: sandbox-mcp-publish.yml on plaid/ai-coding-toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page