plaid-transactions-mcp
Verified Safeby laramarcodes
Overview
An MCP server enabling Claude to sync, search, and analyze financial transactions securely using Plaid's API.
Installation
/Users/sfinnerty/codingProjects/plaid-transactions-mcp/.venv/bin/python /Users/sfinnerty/codingProjects/plaid-transactions-mcp/plaid_mcp.pySecurity Notes
Credentials (Plaid Client ID, Secret, and Access Tokens) are securely managed using macOS Keychain, preventing hardcoding or storage in plain-text files. The server avoids environment variables for sensitive data. A temporary local HTTP server is launched for Plaid Link OAuth callbacks, which is well-contained and shuts down after use. Input validation is performed using Pydantic models. No 'eval' or malicious patterns were identified.
Similar Servers
mcp-manager
A web GUI to easily manage and configure Model Context Protocol (MCP) servers for the Claude Desktop app on MacOS, generating terminal commands for installation and setup.
bear-notes-mcp
This server connects Claude Desktop to Bear notes, enabling natural language querying and management of notes through a hybrid sync-safe approach.
mcp-server-trading-212
An MCP server that enables Claude to interact with a 212 Trading account for managing investments, executing trades, and retrieving market data.
Buxfer-MCP-Server
Manages Buxfer financial transactions and accounts, enabling users to add transactions, list accounts with balances, and query transaction history via natural language.