Skip to content
Grok

RvtMcp for Grok

io.github.bimwright/rvt-mcp

MCP gateway for Autodesk Revit 2022-2027 - toolset gating + Transaction-safe batch execution.

client:Grok transport:stdio runtime:nuget

Install RvtMcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "rvt-mcp": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "RvtMcp.Server",
        "--yes"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

RvtMcp in other clients