41
GitHub Stars

A collection of MCP servers for Electronic Design Automation (EDA) workflows, including tools for die yield calculation and Verilog/SystemVerilog analysis.

Installation

⭐ RecommendedNode
node /path/to/mcp4eda/yosys-mcp/dist/index.js
View configuration snippet
{
  "mcpServers": {
    "yosys": {
      "command": "node",
      "args": [
        "/path/to/mcp4eda/yosys-mcp/dist/index.js"
      ],
      "env": {
        "YOSYS_PATH": "/opt/homebrew/bin/yosys",
        "LOG_LEVEL": "info"
      }
    },
    "verilator": {
      "command": "node",
      "args": [
        "/path/to/mcp4eda/verilator-mcp/dist/index.js"
      ],
      "env": {
        "VERILATOR_PATH": "/opt/homebrew/bin/verilator",
        "LOG_LEVEL": "info"
      }
    },
    "verible": {
      "command": "node",
      "args": [
        "/path/to/mcp4eda/verible-mcp/dist/index.js"
      ],
      "env": {
        "LOG_LEVEL": "info"
      }
    },
    "gtkwave": {
      "command": "node",
      "args": [
        "/path/to/mcp4eda/gtkwave-mcp/dist/index.js"
      ],
      "env": {
        "GTKWAVE_PATH": "/opt/homebrew/bin/gtkwave",
        "LOG_LEVEL": "info"
      }
    },
    "klayout": {
      "command": "node",
      "args": [
        "/path/to/mcp4eda/klayout-mcp/dist/index.js"
      ],
      "env": {
        "KLAYOUT_PATH": "/opt/homebrew/bin/klayout",
        "LOG_LEVEL": "info"
      }
    },
    "anysilicon": {
      "command": "node",
      "args": [
        "/path/to/mcp4eda/anysilicon/dist/index.js"
      ]
    },
    "semiconductor-supply-chain": {
      "command": "node",
      "args": [
        "/path/to/mcp4eda/semiconductor-supply-chain-mcp/dist/index.js"
      ]
    },
    "openlane": {
      "command": "node",
      "args": [
        "/path/to/mcp4eda/openlane-mcp/dist/index.js"
      ],
      "env": {
        "CONTAINER_EXECUTABLE": "docker",
        "OPENLANE_IMAGE": "efabless/openlane:latest",
        "WORK_DIR": "/path/to/openlane-workspace",
        "LOG_LEVEL": "info"
      }
    }
  }
}

💡 Tip: Make sure you have the appropriate package manager installed. Refer to the official documentation for detailed installation instructions.

Compatibility Matrix

Filter:

Cursor

STDIO
stdio:Auto-detected (unverified)

Claude Desktop

STDIO
stdio:Auto-detected (unverified)

MCP Compatible

STDIO
stdio:Auto-detected (unverified)
Verified - Tested by community
Unverified - Not yet tested
⚡ STDIO🌊 SSE🌐 HTTP

Server Information

License:unknown
Classification:active
Source:Data aggregated from public MCP directories

Quick Stats

Transports:
STDIO
Compatible Clients:3
Install Methods:1

Like this server?

Discover more MCP servers or submit your own to directory.