revit-mcp-server

Demolinator/revit-mcp-server
★ 6 stars Python Memory/Knowledge Updated 4d ago
MCP server for Autodesk Revit 2024/2025/2026/2027 via pyRevit — 48 tools for building design, editing, analysis, clash detection, MEP, interop, documentation, and model persistence
View on GitHub → Try with Claude — $10 free →

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": "uvx",
      "args": [
        "revit-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install revit-mcp-server