Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"kicad_buddy": {
"command": "npx",
"args": [
"-y",
"github:fingerskier/kicad_buddy"
],
"env": {
"KICAD_PATH": "C:\\Program Files\\KiCad\\10.0"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
KICAD_PATH=C:\Program Files\KiCad\10.0npx claudepluginhub fingerskier/claude-plugins --plugin kicad_buddy