Google Antigravity Integration¶
Quick Start¶
kicad-mcp-pro setup antigravity
Or manually add to ~/.gemini/config/mcp_config.json:
{
"mcpServers": {
"kicad": {
"command": "uvx",
"args": ["kicad-mcp-pro"],
"env": {
"KICAD_MCP_PROJECT_DIR": ".",
"KICAD_MCP_PROFILE": "analysis",
"KICAD_MCP_OPERATING_MODE": "readonly"
}
}
}
}
IDE Setup¶
- Open Antigravity IDE
- Go to MCP Servers → Manage MCP Servers
- Click View raw config to edit the JSON
- Paste the kicad config
- Verify with
/mcpin the CLI
Verification¶
/mcp → verify kicad server is connected
Security¶
- First tool use triggers a confirmation prompt
- Start with read-only mode
- Remote servers use
serverUrlwith optionalAuthorizationheader