MCP-Kicad

unmateria/MCP-Kicad
★ 2 stars Go AI/LLM Updated today
MCP Server for Kicad. Make your schematics just chatting with your LLM. Tested just in Claude Desktop and Claude Code.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-kicad": {
      "command": "go",
      "args": [
        "run",
        "github.com/unmateria/MCP-Kicad@latest"
      ]
    }
  }
}

README Excerpt

**Design electronic schematics by talking to Claude.** This is an [MCP](https://modelcontextprotocol.io) server that lets a language model draw real KiCad schematics — placing parts, wiring nets, adding power symbols and running KiCad's own electrical rules check — and hand you a `.kicad_sch` file you can open, edit and manufacture from.

Tools (2)

PATHcompile_schematic