Openroad MCP
Rank #2,499io.github.luarss/openroad-mcp
The OpenROAD MCP server - interactive EDA sessions via Model Context Protocol
Openroad MCP is a Model Context Protocol (MCP) server published by the-openroad-project. It ranks #2,499 of 132,046 servers tracked on MCP Toplist, and its repository has 21 GitHub stars. Openroad MCP is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 8 tracked versions. It was first listed on Jul 19, 2025 and most recently updated on Aug 26, 2026.
Ranks ahead of 129,547 of 132,046 servers on MCP Toplist.
Use Openroad MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add openroad-mcp -- npx -y openroad-mcpclaude mcp add openroad-mcp -- docker run -i --rm ghcr.io/the-openroad-project/openroad-mcp:1.1.0[mcp_servers.openroad-mcp]
command = "npx"
args = ["-y", "openroad-mcp"]Add to ~/.codex/config.toml.
[mcp_servers.openroad-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/the-openroad-project/openroad-mcp:1.1.0"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"openroad-mcp": {
"command": "npx",
"args": [
"-y",
"openroad-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"openroad-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/the-openroad-project/openroad-mcp:1.1.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"openroad-mcp": {
"command": "npx",
"args": [
"-y",
"openroad-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"openroad-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/the-openroad-project/openroad-mcp:1.1.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"openroad-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"openroad-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"openroad-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/the-openroad-project/openroad-mcp:1.1.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"openroad-mcp": {
"command": "npx",
"args": [
"-y",
"openroad-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"openroad-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/the-openroad-project/openroad-mcp:1.1.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"openroad-mcp": {
"command": "npx",
"args": [
"-y",
"openroad-mcp"
]
}
}
}{
"mcpServers": {
"openroad-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/the-openroad-project/openroad-mcp:1.1.0"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.luarss%2Fopenroad-mcp)<a href="https://mcptoplist.com/server/io.github.luarss%2Fopenroad-mcp"><img src="https://mcptoplist.com/badge/io.github.luarss%2Fopenroad-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 5 registries (1 delisted)
the-openroad-project
Available versions (8)
| Version | Published |
|---|---|
| 1.1.0 | Aug 26, 2026 |
| 1.0.1 | Aug 22, 2026 |
| 1.0.0 | Aug 11, 2026 |
| 0.5.3 | Jun 5, 2026 |
| 0.5.2 | May 17, 2026 |
| 0.4.2 | Mar 29, 2026 |
| 0.3.0-dev8 | Mar 29, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Openroad MCP?
- Openroad MCP is maintained by the-openroad-project, which publishes 1 MCP server (8 total versions) tracked on MCP Toplist.
- Is Openroad MCP listed on the Official MCP Registry?
- Yes — Openroad MCP is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Openroad MCP have?
- MCP Toplist tracks 8 versions of Openroad MCP, most recently published on Aug 26, 2026.
- Where can I find the source code for Openroad MCP?
- The source code for Openroad MCP is hosted at github.com/the-openroad-project/openroad-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.