VLSI Physical Design Copilot - AI assistant for EDA engineers with MCP servers for Synopsys ICC2 and Cadence Innovus
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"hipilot": {
"command": "npx",
"args": [
"-y",
"qfliuyang/hipilot"
]
}
}
}
Run in terminal:
claude mcp add hipilot npx -y qfliuyang/hipilot
Add to .cursor/mcp.json:
{
"mcpServers": {
"hipilot": {
"command": "npx",
"args": [
"-y",
"qfliuyang/hipilot"
]
}
}
}