KiCad MCP Server
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.
AI Skill Market Insights
Real data. Real impact.
Emerging
Developers
Quick Start
Install Command
# KiCad MCP Server
# 1. Find the exact package/command in the repo README:
# https://github.com/mixelpixx/KiCAD-MCP-Server#readme
#
# 2. Add it to Claude Code:
claude mcp add kicad -- <command from README>
#
# …or add to claude_desktop_config.json:
# {
# "mcpServers": {
# "KiCAD-MCP-Server": { "command": "<...>", "args": ["<...>"] }
# }
# }