Skip to content
Cursor

mcp kicad for Cursor

io.github.daedalus/mcp-kicad

MCP server exposing KiCad PCB Editor functionality via IPC API

client:Cursor transport:stdio runtime:pypi

Install mcp kicad in Cursor

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

{
  "mcpServers": {
    "mcp-kicad": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-kicad"
      ]
    }
  }
}

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

mcp kicad in other clients