
kicad-studio
by oaslananka·★ 27·Score 44
VS Code extension that integrates KiCad projects with MCP tools and AI capabilities for PCB design workflows.
Overview
KiCad Studio is a comprehensive VS Code extension that transforms your environment into an interactive KiCad workspace. It provides schematic/PCB viewers, DRC/ERC diagnostics, BOM/netlist inspection, and manufacturing exports. The extension features robust MCP integration through kicad-mcp-pro, enabling AI-assisted design workflows, quality gates, and design intent forms. With support for multiple AI providers including Claude, OpenAI, and GitHub Copilot, it bridges the gap between traditional PCB design and modern AI assistance.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose KiCad Studio if you're using KiCad for PCB design and want AI-assisted workflows integrated directly into VS Code with MCP server capabilities.
When NOT to choose this
Don't choose this if you're not using KiCad, as it's specifically designed for KiCad workflows and may not be useful for other EDA tools.
Tools this server exposes
12 tools extracted from the READMEdetect_kicad_cliDetects the local KiCad CLI installation
run_drcRuns Design Rule Check on a KiCad PCB project
run_ercRuns Electrical Rule Check on a KiCad schematic project
export_3d_pdfExports a 3D PDF from a KiCad PCB project
setup_mcp_integrationSets up MCP integration with kicad-mcp-pro
install_kicad_mcp_proInstalls kicad-mcp-pro dependency
pick_mcp_profileSelects an MCP profile tailored for specific workflows
run_all_quality_gatesRuns all quality gates through kicad-mcp-pro
manufacturing_release_wizardGuides through manufacturing release workflow
open_mcp_logOpens the MCP request/response log for debugging
open_design_intentOpens the design intent form panel
manage_chat_providerManages AI chat provider configuration
Note: Tools inferred from 'Key Commands' section in README. No explicit MCP tool documentation found, but these appear to be the MCP-exposed commands based on the integration description.
Comparable tools
Installation
VS Code Marketplace
code --install-extension oaslananka.kicadstudioMCP Integration Setup
- Install kicad-mcp-pro:
KiCad: Install kicad-mcp-pro - Setup MCP integration:
KiCad: Setup MCP Integration - Pick MCP profile:
KiCad: Pick MCP Profile
Claude Desktop Configuration (if using):
{
"mcpServers": {
"kicad-mcp-pro": {
"command": "uvx",
"args": ["kicad-mcp-pro"]
}
}
}FAQ
- What KiCad versions are supported?
- KiCad Studio supports KiCad 9 and 10. KiCad 10 provides full support for variants, tuning, and 3D PDF exports while KiCad 9 has limited project fallback support.
- How do I set up MCP integration?
- Run 'KiCad: Install kicad-mcp-pro', then 'KiCad: Setup MCP Integration'. The extension will automatically detect kicad-mcp-pro from uvx, pip, pipx, or global executable.
Compare kicad-studio with
Last updated · Auto-generated from public README + GitHub signals.