kicad-mcp

oaslananka/kicad-mcp
★ 0 stars Unknown language 🤖 AI/LLM Updated today
Standalone MCP server for KiCad — migrated from oaslananka/kicad-studio-kit monorepo. Package identity: kicad-mcp-pro (PyPI/npm). Provides LLM-controlled KiCad PCB design via the Model Context Protocol.
View on GitHub → Try with Claude — $10 free →

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": {
      "command": "npx",
      "args": [
        "-y",
        "oaslananka/kicad-mcp"
      ]
    }
  }
}

README Excerpt

Standalone MCP server for KiCad — migrated from oaslananka/kicad-studio-kit monorepo. Package identity: kicad-mcp-pro (PyPI/npm). Provides LLM-controlled KiCad PCB design via the Model Context Protocol.