MCP Directory
Back

KiCAD-MCP-Server

by mixelpixx · Python · ★ 1,372

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.

Install

pip install git+https://github.com/mixelpixx/KiCAD-MCP-Server.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "kicad-mcp-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/mixelpixx/KiCAD-MCP-Server.git"
      ]
    }
  }
}

From the README

https://github.com/mixelpixx/KiCAD-MCP-Server/discussions/73 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 a standardized bridge between AI assi…
Read full README on GitHub →

Related media servers