Skip to main content

KiCad MCP Server

Project description

kicad-mcp

KiCad MCP integrated with the KiCad IPC API.

PyPI version License

Usage

Run the latest release

You can run the MCP server directly without installing it using uvx:

uvx kicad-mcp --editor-type schematic

This will download and execute the latest version from PyPI in an isolated environment.


MCP client configuration (e.g. VS Code, Claude Desktop)

Add the following configuration to your MCP client:

{
  "command": "uvx",
  "args": ["kicad-mcp", "--editor-type", "schematic"]
}

Example (Cherry Studio)

Cherry Studio Setup

Options

--editor-type supports:

  • schematic
  • pcb
  • symbol
  • footprint

Development

1. Clone the repository

git clone <your-repo-url>
cd kicad-mcp

2. Configure MCP client (local development)

Example configuration:

{
  "servers": {
    "kicad-pcb-mcp": {
      "type": "stdio",
      "command": "uv",
      "args": [
        "--directory",
        "C:/code/kicad-mcp",
        "run",
        "kicad-mcp",
        "--editor-type",
        "pcb"
      ]
    },
    "kicad-schematic-mcp": {
      "type": "stdio",
      "command": "uv",
      "args": [
        "--directory",
        "C:/code/kicad-mcp",
        "run",
        "kicad-mcp",
        "--editor-type",
        "schematic"
      ]
    }
  }
}

3. Run locally

Install dependencies and run:

uv sync
uv run kicad-mcp --editor-type schematic

4. Iterate

Modify the code and restart your MCP client to see changes.


Notes


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kicad_mcp-0.1.5.tar.gz (41.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kicad_mcp-0.1.5-py3-none-any.whl (44.2 kB view details)

Uploaded Python 3

File details

Details for the file kicad_mcp-0.1.5.tar.gz.

File metadata

  • Download URL: kicad_mcp-0.1.5.tar.gz
  • Upload date:
  • Size: 41.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for kicad_mcp-0.1.5.tar.gz
Algorithm Hash digest
SHA256 82bb4b16f166d6b74c05012b10d7ce6d0e5ce43a53dda42320c8ee80ef7b493b
MD5 3ecf90dc3b522e1017d64cfba9d72538
BLAKE2b-256 1058c6ceda548c361b36cf018f02295d5d8ed40b8d19c1174853f5e5ee44c869

See more details on using hashes here.

Provenance

The following attestation bundles were made for kicad_mcp-0.1.5.tar.gz:

Publisher: publish-pypi.yml on Huaqiu-Electronics/kicad-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file kicad_mcp-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: kicad_mcp-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 44.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for kicad_mcp-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 3145976c0ae4ab7a621e5ba47f59220ceeb8a3c94ec5dd1930f1ff2050a9c33f
MD5 ef045e2a0fead512940653a9bb90eed4
BLAKE2b-256 c34ae50bf68c7c9e78294bdfecc2dcc7316295a5f889ddb8a273c7073a23420d

See more details on using hashes here.

Provenance

The following attestation bundles were made for kicad_mcp-0.1.5-py3-none-any.whl:

Publisher: publish-pypi.yml on Huaqiu-Electronics/kicad-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page