MCP Catalogs
Homekicad-studio screenshot

kicad-studio

by oaslananka·27·Score 44

VS Code extension that integrates KiCad projects with MCP tools and AI capabilities for PCB design workflows.

developer-toolsai-llmproductivity
4
Forks
1
Open issues
this month
Last commit
2d ago
Indexed

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:

you:AI-assisted PCB design with automated DRC/ERC fixes
you:Interactive schematic and PCB viewing with layer controls
you:Manufacturing exports and quality gate checking
you:What KiCad versions are supported?
you:How do I set up MCP integration?

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 README
  • detect_kicad_cli

    Detects the local KiCad CLI installation

  • run_drc

    Runs Design Rule Check on a KiCad PCB project

  • run_erc

    Runs Electrical Rule Check on a KiCad schematic project

  • export_3d_pdf

    Exports a 3D PDF from a KiCad PCB project

  • setup_mcp_integration

    Sets up MCP integration with kicad-mcp-pro

  • install_kicad_mcp_pro

    Installs kicad-mcp-pro dependency

  • pick_mcp_profile

    Selects an MCP profile tailored for specific workflows

  • run_all_quality_gates

    Runs all quality gates through kicad-mcp-pro

  • manufacturing_release_wizard

    Guides through manufacturing release workflow

  • open_mcp_log

    Opens the MCP request/response log for debugging

  • open_design_intent

    Opens the design intent form panel

  • manage_chat_provider

    Manages 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

kicad-mcp-proeasyeda-mcpgeda-mcp

Installation

VS Code Marketplace

code --install-extension oaslananka.kicadstudio

MCP Integration Setup

  1. Install kicad-mcp-pro: KiCad: Install kicad-mcp-pro
  2. Setup MCP integration: KiCad: Setup MCP Integration
  3. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.