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.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"kicad": {
"env": {
"LOG_LEVEL": "info",
"PYTHONPATH": "/path/to/kicad/python"
},
"args": [
"/path/to/KiCAD-MCP-Server/dist/index.js"
],
"command": "node"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'pip3' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked pip3 against OSV.dev.
Click any tool to inspect its schema.
project_stateCurrent KiCAD project state including components, nets, and design information
kicad://project/state
schematic_componentsList of all components in the current schematic with properties
kicad://schematic/components
board_layoutCurrent PCB board layout and footprint placement information
kicad://board/layout
design_rulesDesign rules and constraints for the current project
kicad://project/design_rules
symbol_libraryAvailable KiCAD symbol libraries with ~10,000 symbols
kicad://libraries/symbols
footprint_libraryAvailable KiCAD footprint libraries
kicad://libraries/footprints
project_netsElectrical nets defined in the project
kicad://project/nets
jlcpcb_catalogJLCPCB parts catalog with 2.5M+ components and local library search
kicad://jlcpcb/catalog
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in design / developer-tools
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Manage Supabase projects — databases, auth, storage, and edge functions
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP server for using the GitLab API
MCP Security Weekly
Get CVE alerts and security updates for KiCAD MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.