KiCAD-MCP-Server

mixelpixx/KiCAD-MCP-Server
★ 442 stars Python 🤖 AI/LLM Updated 1mo ago
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.
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": {
    "kicad-mcp-server": {
      "command": "uvx",
      "args": [
        "kicad-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install kicad-mcp-server

README Excerpt

A Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with KiCAD for PCB design automation. Built on the MCP 2025-06-18 specification, this server provides comprehensive tool schemas and real-time project state access for intelligent PCB design workflows. The [Model Context Protocol](https://modelcontextprotocol.io/) is an open standard from Anthropic that allows AI assistants to securely connect to external tools and data sources. This implementation provides

Tools (20)

add_board_outlineadd_board_textadd_copper_pouradd_layeradd_mounting_holeadd_netadd_schematic_componentadd_schematic_connectionadd_schematic_net_labeladd_schematic_wireadd_viaalign_componentsappSecretcheck_kicad_uiconnect_to_netcreate_netclasscreate_projectcreate_schematicdelete_componentdelete_trace