RevitMCP.extension

JacksonPinto/RevitMCP.extension
★ 0 stars Python Browser/Web Updated today
pyRevit Routes extension for the Revit MCP server — installable directly via Git URL. Targets Revit 2025/2026.
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": {
    "revitmcp.extension": {
      "command": "uvx",
      "args": [
        "revitmcp.extension"
      ]
    }
  }
}

Or install with pip: pip install revitmcp.extension