Skip to content
Zed

Revit MCP for Zed

io.github.shuotao/revit-mcp-server

MCP Server for Revit integration - AI-Powered Revit Control

client:Zed transport:stdio runtime:npm

Install Revit MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "revit-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@shuotao/revit-mcp-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Revit MCP in other clients