Skip to content
VS Code

Plaid for VS Code

io.github.pipeworx-io/plaid

Plaid MCP — wraps Plaid Sandbox API (sandbox.plaid.com)

client:VS Code transport:streamable-http

Install Plaid in VS Code

.vscode/mcp.json

{
  "servers": {
    "plaid": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/plaid/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Plaid in other clients