revit-mcp-v2

mskim274/revit-mcp-v2
★ 0 stars C# 💻 Code/Dev Tools Updated today
Revit MCP v2 - 3-layer MCP Server for Autodesk Revit (TS + C#)
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-v2": {
      "command": "npx",
      "args": [
        "-y",
        "mskim274/revit-mcp-v2"
      ]
    }
  }
}

README Excerpt

Model Context Protocol server for Autodesk Revit. Lets Claude (and other MCP clients) read, query, create, and modify elements in a running Revit session through a natural-language interface — tested on projects up to ~500,000 elements. > **Status**: v0.3.0 — 20 tools across Utility / Query / Create / Modify /

Tools (1)

net48