
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@shuotao/revit-mcp-server
Advanced tools
AI-powered control of Autodesk Revit through the Model Context Protocol. This npm package is the Node.js stdio MCP server — the bridge that lets an AI client (Claude, etc.) drive Revit with natural-language tool calls.
Published on the MCP Registry as
io.github.shuotao/revit-mcp-server.
AI client (Claude Desktop / Claude Code / …)
→ stdio → this package (@shuotao/revit-mcp-server)
→ WebSocket (localhost:8964) → Revit add-in (C#) → Revit API
It exposes 160+ MCP tools for BIM workflows: element queries, curtain-wall elevations, quantity take-off, room/parking numbering, IFC structural sync, code-compliance checks, and more.
This package is only the stdio bridge. It does nothing on its own — the C# Revit add-in must be installed separately and running inside Revit (it opens the WebSocket server on localhost:8964).
👉 Full install (add-in build + deploy, per Revit version) and documentation: https://github.com/shuotao/REVIT_MCP_study
Run directly:
npx -y @shuotao/revit-mcp-server
Or wire it into an MCP client config:
{
"mcpServers": {
"revit-mcp": {
"command": "npx",
"args": ["-y", "@shuotao/revit-mcp-server"]
}
}
}
Optional env: REVIT_MCP_PORT (default 8964, must match the add-in), MCP_PROFILE (full | architect | mep | structural | fire-safety).
MIT
FAQs
MCP Server for Revit integration - AI-Powered Revit Control
We found that @shuotao/revit-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.