mcpbeat Sign in

Revit MCP Server

local only

Revit MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 62 installs a week from npm. Last commit 31 Aug 2026.

MCP Server for Revit integration - AI-Powered Revit Control

Installs per day peak 26 · avg 10 · +217% w/w
a month agotoday
62
Installs / week
npm · @shuotao/revit-mcp-server
101
Stars
5 open issues
31 Aug 2026
Last commit
0 releases in 90 days
License
C#

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation MCP/Core/Commands/CommandExecutor.Legend.cs:995
                    double yInsert = cy + textH / 2.0;
                using (var proc = Process.Start(psi))
        result = subprocess.check_output(
Builds a file path from a variable bridge/python/skills/dxf_parser_skill.py:54
                path_str = os.path.normpath(os.path.join(doc_dir, path_str))
Page executes code built at runtime assets/green-material-showcase.template.html:1159
      chipsContainer.innerHTML = itemsArray.map(lic =>

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add revit-mcp-server -- npx -y @shuotao/revit-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "revit-mcp-server": {
      "args": [
        "-y",
        "@shuotao/revit-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.revit-mcp-server]
command = "npx"
args = ["-y", "@shuotao/revit-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "revit-mcp-server": {
      "args": [
        "-y",
        "@shuotao/revit-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "revit-mcp-server": {
      "args": [
        "-y",
        "@shuotao/revit-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Revit MCP

same job, measured the same way
Powerbi
by asklokesh

MCP server for Power BI API integration

56 installs/wk local only
Monday Com
by monday

MCP server for monday.com integration.

answering
Chanty
by asklokesh

MCP server for Chanty API integration

63 installs/wk local only
Rancher
by asklokesh

MCP server for Rancher API integration

49 installs/wk local only
Rundeck
by asklokesh

MCP server for Rundeck API integration

52 installs/wk local only
Azure
by asklokesh

MCP server for Azure API integration

63 installs/wk local only
Xero
by asklokesh

MCP server for Xero API integration

44 installs/wk local only
Redmine
by vfa-khuongdv

MCP server for Redmine API integration with AI agents.

62 installs/wk local only

Revit MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Revit MCP?
Revit MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @shuotao/revit-mcp-server was installed 62 times last week.
How do I connect Revit MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @shuotao/revit-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Revit MCP?
The npm package @shuotao/revit-mcp-server was installed 62 times in the last week. Week over week that is +217%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Revit MCP open source?
We cannot say either way: written in C#, 101 stars on GitHub and 5 open issues, but we could not determine the licence, and without one the code is not open source by default.