Plaid Developer Tools logo

Plaid Developer Tools

Monitor and debug Plaid integrations

About Plaid Developer Tools

Plaid connects applications to financial accounts and transaction data. Its remote MCP server gives developers access to Plaid Link conversion insights, usage metrics, and Item diagnostics so integrations can be monitored, debugged, and optimized conversationally.

Connection details

https://api.dashboard.plaid.com/mcp/sse
Transport
SSE (Server-Sent Events)
Authentication
OAuth

Setup

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

Frequently asked questions

What is the Plaid Developer Tools remote MCP server?

The Plaid Developer Tools remote MCP server is a hosted Model Context Protocol endpoint at https://api.dashboard.plaid.com/mcp/sse, so AI assistants can connect to it without installing or running anything locally. Plaid connects applications to financial accounts and transaction data. Its remote MCP server gives developers access to Plaid Link conversion insights, usage metrics, and Item diagnostics so integrations can be monitored, debugged, and optimized conversationally.

How do I connect to the Plaid Developer Tools MCP server?

Add the endpoint https://api.dashboard.plaid.com/mcp/sse to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the Plaid Developer Tools MCP server require authentication?

Yes. Plaid Developer Tools uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the Plaid Developer Tools MCP server use?

Plaid Developer Tools exposes an SSE (Server-Sent Events) endpoint. Most MCP clients still support SSE, although Streamable HTTP is the newer standard transport.

More remote MCP servers