MCP Directory
Back

KiCAD-MCP-Server

by mixelpixx · Python · ★ 878

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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers