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.

GitHub Stars

91

User Rating

Not Rated

Favorites

0

Views

30

Forks

15

Issues

3

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
KiCAD: 9.0 or higher
Python: Using KiCAD's Python API

Installation Steps

1. Clone Repository

bash
git clone https://github.com/mixelpixx/KiCAD-MCP-Server.git
cd KiCAD-MCP-Server

2. Install Dependencies

bash
pip install -r requirements.txt

3. Start Server

bash
python server.py

Troubleshooting

Common Issues

Issue: Server won't start Solution: Ensure KiCAD is installed correctly. Issue: AI assistant does not recognize commands Solution: Check server logs for error messages.

Additional Resources