Skip to content
VS Code

Revit MCP for VS Code

io.github.shuotao/revit-mcp-server

MCP Server for Revit integration - AI-Powered Revit Control

client:VS Code transport:stdio runtime:npm

Install Revit MCP in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Revit MCP in other clients