ai-coding-toolkit

plaid/ai-coding-toolkit
★ 22 stars Python 💻 Code/Dev Tools Updated today
Build your Plaid integration in record time with a development toolkit for your AI coding tools, including prompts, sandbox data, and an MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai-coding-toolkit": {
      "command": "uvx",
      "args": [
        "ai-coding-toolkit"
      ]
    }
  }
}

Or install with pip: pip install ai-coding-toolkit

README Excerpt

A comprehensive toolkit designed to accelerate Plaid integration development using AI coding assistants. This repository provides sandbox MCP tools (mock data generation, documentation search capabilities, etc.) and product-specific guides to help developers build Plaid integrations faster and more efficiently with AI assistance.