rvt-mcp

bimwright/rvt-mcp
★ 1 stars C# 📦 Other Updated today
BIMwright — AI-native Revit MCP server (Revit 2022–2027)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rvt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bimwright/rvt-mcp"
      ]
    }
  }
}