netlist-mcp

Gherkin/netlist-mcp
★ 0 stars Rust AI/LLM Updated today
An MCP server for exposing electrical net lists to AI Agents
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "netlist-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "netlist-mcp"
      ]
    }
  }
}