revit-mcp-server

LuDattilo/revit-mcp-server
★ 15 stars C# 🤖 AI/LLM Updated 13d ago
mcp-servers-for-revit — 80+ AI automation tools for Autodesk Revit via Model Context Protocol (Revit 2023-2026)
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": {
    "revit-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "LuDattilo/revit-mcp-server"
      ]
    }
  }
}