kicad-mcp-server
Verified Safeby Huaqiu-Electronics
Overview
Provides a Machine Communication Protocol (MCP) server for KiCad to allow interaction and control from external desktop applications like Claude Desktop.
Installation
No command providedSecurity Notes
The server runs locally and connects to a desktop application. No 'eval' or obfuscation is apparent from the provided information. Network risks are likely minimal if restricted to localhost as intended for desktop integration. Security largely depends on the MCP SDK and the implementation in main.py.
Similar Servers
zoo-mcp
An MCP server enabling AI assistants to perform CAD operations, generate KCL code, and manage KCL projects using the Zoo API.
Fusion-Mcp-Server
Controls Fusion 360 CAD software directly from Claude Desktop using natural language via the Model Context Protocol (MCP).
tia_portal_mcp_server
Enables AI assistants to programmatically interact with Siemens TIA Portal projects, facilitating tasks such as opening projects, reading/writing PLC blocks, compiling code, and managing PLC tags and User-Defined Types (UDTs).
kimcp
A Micro-service Communication Protocol (MCP) server providing specialized tools for PCB design by interacting with a local KiCad instance.