kimcp
Verified Safeby leonmariotto
Overview
A Micro-service Communication Protocol (MCP) server providing specialized tools for PCB design by interacting with a local KiCad instance.
Installation
python3 run.pySecurity Notes
The server is designed to interact with a local KiCad instance via Inter-Process Communication (IPC). While no 'eval', obvious hardcoded secrets, or malicious patterns were found in the provided code, exposing this server publicly without proper authentication and authorization would pose a significant security risk, as it allows direct manipulation of KiCad board files. It appears safe to run in a controlled, local development environment.
Similar Servers
KiCAD-MCP-Server
Enables AI assistants like Claude to interact with KiCAD for PCB design automation, providing comprehensive tool schemas and real-time project state access.
zoo-mcp
An MCP server enabling AI assistants to perform CAD operations, generate KCL code, and manage KCL projects using the Zoo API.
MultiServer-Mcp
Demonstrates building and interacting with multiple Microservice-Compatible Protocol (MCP) servers for math and text processing using a LangChain MCP client for direct tool invocation.
pcb-mcp
Facilitates AI-assisted PCB design workflow by providing an MCP (Model Context Protocol) server for KiCad 9.x.