Revit MCP

Revit MCP lets AI clients call Autodesk Revit tools through the Model Context Protocol (MCP). The MCP server forwards tool calls to a local Revit add-in, and the add-in executes the corresponding Revit API workflow.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in C#.

VERIFIED ACTIVE

LAST COMMIT 2026-08-12 · ★ 101 · #126 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

C# · how we verify → /methodology

01 · Install Revit MCP

Claude Code

claude mcp add shuotao-revit_mcp_study -- npx -y @shuotao/revit-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "shuotao-revit_mcp_study": {
      "command": "npx",
      "args": [
        "-y",
        "@shuotao/revit-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @shuotao/revit-mcp-server - published under the repo owner's npm scope (@shuotao)

registry namespace io.github.shuotao is GitHub-verified and matches the repo owner

03 · What Revit MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

- Keep one MCP/RevitMCP.csproj. - Keep one MCP/RevitMCP.addin. - Do not create version-specific .csproj or .addin files. - Do not create nested MCP/MCP/ directories. - Do not change .addin to an absolute path. - Do not convert Domain files to English-only. - Do not bypass the MCP server with hand-written WebSocket JSON. - For live Revit view, level, selection, or document state, AI must query live state in the curren

Latest releases

v1.6.0 · 2026-07-31

新增 - MCP 2026-07-28 升級(Path-A dual-era + WP-F Apps) · 工具標註:全 167 工具補上 title + readOnlyHint/destructiveHint(MCP-Server/src/tools/annotations.ts 於 registerRevitTools() 中央注入);77 唯讀 / 90 寫入 / 2…

04 · Who maintains Revit MCP

Revit MCP is maintained by shuotao. It's the only MCP server we track from this author; the repo dates to Dec 2025.

05 · Facts

category
other - ranked #126 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-07-31)
registry
io.github.shuotao/revit-mcp-server (active, first published 2026-07-16 · 4 versions)
packages
npm:@shuotao/revit-mcp-server

06 · Revit MCP FAQ

What is Revit MCP?

Revit MCP lets AI clients call Autodesk Revit tools through the Model Context Protocol (MCP). The MCP server forwards tool calls to a local Revit add-in, and the add-in executes the corresponding Revit API workflow.

Is Revit MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-12 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Revit MCP?

Run `npx -y @shuotao/revit-mcp-server`. You can also paste the ready-made client config above.

Does Revit MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Revit MCP

More MCP servers to compare · Namera · IBGE Brasil MCP · Signadot MCP Server · Simplifier MCP