KiCad MCP
Created 6 months ago
Guide to set up a Model Context Protocol (MCP) server for KiCad.
development
location
documentation
public
What is KiCad MCP?
MCP server for KiCad on Mac, Windows, and Linux.
Documentation
Detailed documentation for each feature is available in the docs/ directory: - Project Management - PCB Design Analysis - Netlist Extraction - Bill of Materials (BOM) - Design Rule Checking (DRC) - PCB Visualization - Circuit Pattern Recognition - Prompt Templates
Server Config
{
"mcpServers": {
"kicad-mcp-server": {
"command": "npx",
"args": [
"kicad-mcp"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
May 23, 2025
Updated At:
Aug 07, 2025
Author:
Lama Al-Rajih
Category:
community
License:
MIT
Tags:
development
location
documentation