Skip to content
Cursor

KiCad Copilot for Cursor

io.github.biosshot/kicad-copilot

File-oriented MCP server for KiCad schematics, PCB placement, routing, and pours.

client:Cursor transport:stdio runtime:npm

Install KiCad Copilot in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "kicad-copilot": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "kicad-copilot-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

KiCad Copilot in other clients