Plaid logo
Payments & FinanceAuth: OAuthHosting: Official hosted

Plaid MCP Server

Connect Plaid's Dashboard MCP server to your AI agent for Link analytics, usage metrics, and Item debugging.

Updated

What is Plaid MCP?

The Plaid MCP server is a Model Context Protocol server, hosted by Plaid, that lets AI agents query your Plaid integration's diagnostics and analytics — debugging Items, pulling Link conversion funnels, and checking product usage and API request volumes.

It is a remote server, so there's nothing to install or self-host: clients connect over the network to https://api.dashboard.plaid.com/mcp/sse. Access is authenticated with OAuth — when you add the connector to a supported AI client you log in to your Plaid Dashboard account, and the agent then operates within your existing dashboard permission levels.

The server is built for developers operating live Plaid integrations: it works with Production data and surfaces the same diagnostics and metrics you'd otherwise read in the Plaid Dashboard, exposed to an LLM as callable tools.

Tools the Plaid MCP server exposes

ToolWhat it does
plaid_debug_itemDiagnose a Plaid Item using related metadata.
plaid_get_link_analyticsRetrieve Link funnel, conversion, and error metrics.
plaid_get_usagesRetrieve product usage metrics and API request volumes.
plaid_list_teamsList teams available to the authenticated OAuth token.
plaid_get_tools_introductionGet usage guidance for the Dashboard MCP tools.

Connect the Plaid MCP server

Claude Code

  1. 1

    Add the remote MCP server

    Run: claude mcp add --transport sse plaid https://api.dashboard.plaid.com/mcp/sse

  2. 2

    Authenticate with OAuth

    Start Claude Code and trigger the Plaid connector; you'll be prompted to log in to your Plaid Dashboard account to authorize access.

  3. 3

    Verify the tools

    Confirm tools like plaid_get_link_analytics and plaid_debug_item are listed, then ask the agent to pull your Link conversion metrics.

Remote, Plaid-hosted server — no local install. Operates on Production data within your dashboard permissions.

Cursor

  1. 1

    Open MCP settings

    Go to Cursor Settings > MCP > Add new server.

  2. 2

    Add the Plaid server

    Add an entry with URL https://api.dashboard.plaid.com/mcp/sse (type: SSE / remote).

  3. 3

    Authorize via OAuth

    When prompted, log in to your Plaid Dashboard account to grant the connector access, then enable it in the tools list.

Security & permissions

Authentication uses OAuth: you authorize the connector by logging in to your Plaid Dashboard account, and the agent operates within your existing dashboard permission levels (including team scope, exposed via plaid_list_teams). The server is read/diagnostic-oriented — it surfaces Item diagnostics, Link analytics, and product usage metrics from Production. Grant access only to clients and teammates you trust with that operational data.

Using Plaid MCP with Gamut

In a Gamut workflow, the Plaid MCP server becomes a tool an agent calls on a schedule or in response to an event — for example, a daily run that pulls Link conversion and error metrics (plaid_get_link_analytics) and usage volumes (plaid_get_usages), flags regressions, and posts a summary to your team channel, or an on-demand agent that debugs a failing Item (plaid_debug_item) when an alert fires. Gamut manages the authenticated connection so the agent can query Plaid as part of an automated pipeline without a human re-authorizing each run.

Frequently asked questions

What is the Plaid MCP server?

It's a remote, Plaid-hosted Model Context Protocol server (the Dashboard MCP server) that exposes your Plaid integration's diagnostics and analytics — Item debugging, Link conversion metrics, and product usage data — as tools an AI agent can call. It connects at https://api.dashboard.plaid.com/mcp/sse.

Is the Plaid MCP server hosted or self-hosted?

It's hosted by Plaid. There's nothing to install or run locally — supported AI clients connect to the remote server over HTTP/SSE and authenticate with OAuth.

How do I connect the Plaid MCP server to Claude or Cursor?

Add the remote server URL (https://api.dashboard.plaid.com/mcp/sse) in your client's MCP settings, then authorize it by logging in to your Plaid Dashboard account when prompted. The agent then operates within your existing dashboard permissions.

Is the Plaid MCP server free?

Plaid does not publish a specific price for the Dashboard MCP server itself; it works with your existing Plaid integration and Production data. Access on the client side (e.g. Claude) initially rolled out to certain Anthropic plan tiers. Check Plaid's MCP docs and your client's plan for current availability.