MCP server for querying EDIF netlist files — components, nets, pin-level connectivity
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-edif": {
"command": "go",
"args": [
"run",
"github.com/palavrov/mcp-server-edif@latest"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-edif go run github.com/palavrov/mcp-server-edif@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-edif": {
"command": "go",
"args": [
"run",
"github.com/palavrov/mcp-server-edif@latest"
]
}
}
}