Stats
Actions
Tags
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.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"klayoutclaw": {
"type": "http",
"command": "npx",
"args": [
"mcp-remote",
"http://127.0.0.1:8765/mcp",
"--allow-http"
],
"url": "http://127.0.0.1:8765/mcp"
}
}
}Server configuration and connection parameters
npxhttp://127.0.0.1:8765/mcpCommand-line arguments passed to the server process
npx claudepluginhub caidish/klayoutclaw --plugin klayoutclaw