kicad-mcp
Enables LLM agents to operate on KiCad by reading compressed schematics (TOON format), executing atomic tools, and updating context via delta and local area.
README
kicad-mcp — Servidor MCP para automatización de KiCad
Agente LLM que opera sobre KiCad: lee esquemáticos en formato comprimido (TOON), ejecuta herramientas atómicas, y actualiza el contexto por delta + área local.
Quickstart
# Fase 0: verificar el entorno (obligatoria)
python3 scripts/verificar_entorno.py
# Si todo OK, seguir el PROMPT-SESION-01.md
Estructura
docs/ — Documentación y especificaciones (contratos)
arquitectura.md — Diseño v0.2 del sistema
adr/ — Decisiones de arquitectura (a generar)
specs/ — Contratos técnicos (TOON, tools, restricciones, glosario)
glosario.md — Dominio EDA/KiCad
src/kicad_mcp/ — Código del servidor (a generar)
server.py — Servidor MCP + protocolo
toon/ — Encoder TOON v1
snapshots/ — Cache + índice espacial
tools/ — Tools MCP por categoría
errors.py — Taxonomía de errores
tests/
golden/ — Golden files: input + expected output (INMUTABLES)
fixtures/ — Proyectos KiCad de prueba (sintéticos, validados contra kicad-cli)
(tests/*.py) — Tests (a generar)
.claude/ — Permisos y configuración de Claude Code
CLAUDE.md — Memoria del proyecto (leer primero)
PROMPT-SESION-01.md — Prompt inicial para el agente
pyproject.toml — Dependencias pre-aprobadas
Para el agente
- Lee
CLAUDE.mdcompletamente. - Ejecuta
python3 scripts/verificar_entorno.py(Fase 0). - Sigue
PROMPT-SESION-01.md.
Para el humano
docs/arquitectura.md— contexto del sistema.docs/preparacion-claude-code.md— cómo se preparó esto para el agente.scripts/verificar_entorno.py— diagnóstico de tu máquina (corre antes de cada sesión).
Documentación de referencia
docs/specs/toon-v1.md— especificación del formato TOON (contrato F1).docs/specs/tool-catalog.md— catálogo de tools + taxonomía de errores (contrato F3).docs/specs/restricciones-kicad.md— limitaciones técnicas de KiCad.docs/glosario.md— dominio EDA (consultar ante dudas).
Estado
MVP (solo-lectura): contexto + validación + exportación.
Verificado: fixtures sintéticos validados contra kicad-cli real; permisos del agente configurados; arquitectura v0.2 con decisiones cerradas.
Pending (la máquina del humano): KiCad 10 (KiCad 9 mínimo); habilitar API server.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.