RevitMCPServer

KenLP/RevitMCPServer
★ 1 stars C# 🤖 AI/LLM Updated 3d ago
A custom Model Context Protocol server that lets Claude (or any MCP client) drive Revit 2026 — read the model, create & edit elements, and run multi-step operations as a single undoable Transaction.
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": {
    "revitmcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "KenLP/RevitMCPServer"
      ]
    }
  }
}