Back to Developer Tools
Plaid
Plaid’s sandbox MCP server supports local development and testing. It runs in your local development environment and allows your AI tools to interact with Plaid’s sandbox APIs in context-aware ways. You can use it to: - Generate custom test users using our custom user feature - Trigger Plaid webhook events to test how your app handles updates - Generate sandbox tokens without having to write your own code - Improve search results returned by your AI assistant on Plaid docs
Last updated: 1/27/2026
Installation
Add this MCP to your configuration:
{
"mcpServers": {
"plaid": {
// See GitHub repository for configuration
}
}
}