Odel
Revit MCP

Revit MCP

Local
@shuotao101C#Updated 1w ago

MCP Server for Revit integration - AI-Powered Revit Control

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@shuotao/revit-mcp-serverv1.6.0

Run

npx -y @shuotao/revit-mcp-server

MCP client config

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