Skip to content
Cursor

Revit MCP for Cursor

io.github.shuotao/revit-mcp-server

MCP Server for Revit integration - AI-Powered Revit Control

client:Cursor transport:stdio runtime:npm

Install Revit MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Revit MCP in other clients