Productivity|Development|AI / ML|UtilitiesPython

KiCAD-MCP-Server

KiCAD MCP is a Model Context Protocol (MCP) implementation that enables Large Language Models (LLMs) like Claude to directly interact with KiCAD for printed circuit board design.

Free
N/A rating (0 reviews)0 installs592 GitHub stars
KiCADMCPPCB Design

This server provides a standardized bridge between AI assistants and KiCAD, enabling natural language control of PCB design operations. It includes comprehensive tool schemas, real-time project state access, and supports a wide range of PCB design workflows.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "kicad-mcp-server-1": {
      "args": [
        "mcp-server-kicad-mcp-server-1"
      ],
      "command": "uvx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.