From klayoutclaw
Connects to a local KLayout Claw MCP server at http://127.0.0.1:8765/mcp via HTTP proxy for IC layout viewing, editing, and analysis capabilities.
npx claudepluginhub caidish/klayoutclaw --plugin klayoutclawAdd to your .mcp.json:
{
"mcpServers": {
"klayoutclaw": {
"command": "npx",
"args": [
"mcp-remote",
"http://127.0.0.1:8765/mcp",
"--allow-http"
],
"url": "http://127.0.0.1:8765/mcp"
}
}
}npxhttp://127.0.0.1:8765/mcp