KiCAD Schematic Manipulation MCP Server
Provides tools for creating, editing, and inspecting KiCAD schematic files, including adding components, wires, labels, and sheets, searching symbol libraries, and validating schematics.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@KiCAD Schematic Manipulation MCP Serveradd a 10k resistor to the schematic"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
KiCAD Schematic Manipulation
MCP server for creating, editing, and inspecting KiCAD schematic files from AI tools and agents.
What it does
It wraps the kicad-sch-api library and exposes schematic actions over MCP, including:
create, load, save, clone, and back up schematics
add and remove components, wires, labels, text, and sheets
search KiCAD symbol libraries
inspect components, pins, and schematic metadata
validate schematics and run bulk component updates
Related MCP server: kicad-mcp
Install
pip install KiCAD-Schematic-ManipulationRun
python -m mcp_kicad_sch_apiOr use the installed entrypoint:
KiCAD-Schematic-ManipulationMCP client example
{
"mcpServers": {
"kicad-sch-api": {
"command": "python",
"args": ["-m", "mcp_kicad_sch_api"]
}
}
}Main tools
create_schematicload_schematicsave_schematicadd_componentsearch_componentsadd_wireadd_labeladd_hierarchical_labeladd_junctionadd_sheetadd_sheet_pinlist_componentslist_component_pinsget_component_pin_positionget_schematic_infovalidate_schematicbulk_update_components
Requirements
Python 3.10+
KiCAD symbol libraries available on the machine
kicad-sch-api
Development
git clone https://github.com/richard-luc/KiCAD-Schematic-Manipulation.git
cd KiCAD-Schematic-Manipulation
uv sync --dev
uv run python -m mcp_kicad_sch_apiLicense
MIT. See LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceEnables analysis of KiCad electronic schematics through natural language queries to search components, trace signal paths, explore connections, and analyze multi-board systems.Last updated301MIT
- Alicense-qualityBmaintenanceEnables natural language interaction with KiCad projects, schematics, and PCBs, supporting project management, design rule checking, netlist extraction, and datasheet RAG search.Last updated2MIT
- Alicense-qualityDmaintenanceEnables AI assistants like Claude to interact with KiCAD for PCB design automation, providing comprehensive tool schemas and real-time project state access.Last updated682MIT
- Flicense-qualityFmaintenanceEnables AI assistants to interact with JLCEDA EDA for schematic/PCB design operations like component placement, wiring, and circuit analysis through natural language.Last updated
Related MCP Connectors
Electronic component datasheets for AI agents — specs, pinouts, package data on demand.
Electronic component sourcing, BOM management, and PCB design workflows.
Agent-first CAD: editable .kcad.ts source, deterministic review, OpenCASCADE kernel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/richard-luc/KiCAD-Schematic-Manipulation'
If you have feedback or need assistance with the MCP directory API, please join our Discord server