Home › Other › OpenROAD-MCP

OpenROAD-MCP

The OpenROAD MCP server - interactive EDA sessions via Model Context Protocol

TypeScript
★ 21 stars Last pushed 2026-09-23 License: BSD-3-Clause

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.1.0)

npx -y openroad-mcp@1.1.0

Or add to your MCP client config:

{
  "mcpServers": {
    "openroad-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "openroad-mcp@1.1.0"
      ]
    }
  }
}

Package (oci)

docker run -i --rm ghcr.io/the-openroad-project/openroad-mcp:1.1.0

Or add to your MCP client config:

{
  "mcpServers": {
    "openroad-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/the-openroad-project/openroad-mcp:1.1.0"
      ]
    }
  }
}

This repository has 2 servers listed in the Official MCP Registry.

Other names: io.github.luarss/openroad-mcp

Related servers

Data from the Official MCP Registry