plaid
MCP server that connects LLMs to plaid authorization and transactions api calls
How to use
The Plaid MCP server serves as a bridge between large language models (LLMs) and the Plaid API, enabling you to seamlessly execute authorization and transaction API calls. Developers can leverage this server to integrate financial services into their applications, allowing for real-time access to account data and transaction history with improved efficiency and accuracy.
Once connected to the Plaid MCP server, you can issue commands to fetch authorization details or transaction information from the Plaid API. You can utilize this server to perform specific queries such as retrieving user account balances, transaction lists, or even initiating authorization requests. While there are no specific tools documented yet, you can interact with the server via standard HTTP requests to access the available functionalities.
How to install
Prerequisites
- Ensure you have Node.js installed on your machine.
Option A: Quick Start with NPX
You can quickly start using the Plaid MCP server without a global install. Simply run the following command:
npx -y plaid-mcp-server
Option B: Global Install Alternative
If you prefer to install it globally, use the following command:
npm install -g plaid-mcp-server
Additional notes
To configure the Plaid MCP server, you may need to set environment variables such as PLAID_CLIENT_ID, PLAID_SECRET, and PLAID_ENV to connect to your Plaid account properly. A common gotcha is ensuring that you have the correct API keys and that your Plaid account is set up to allow the required permissions for the transactions you wish to access.
Related MCP Servers
zen
Selfhosted notes app. Single golang binary, notes stored as markdown within SQLite, full-text search, very low resource usage
MCP -Deepseek_R1
A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek's language models (R1/V3)
mcp-fhir
A Model Context Protocol implementation for FHIR
mcp
Inkdrop Model Context Protocol Server
mcp-appium-gestures
This is a Model Context Protocol (MCP) server providing resources and tools for Appium mobile gestures using Actions API..
dubco -npm
The (Unofficial) dubco-mcp-server enables AI assistants to manage Dub.co short links via the Model Context Protocol. It provides three MCP tools: create_link for generating new short URLs, update_link for modifying existing links, and delete_link for removing short links.