Skip to content
Cline

revit model mcp for Cline

io.github.sharafutdinovdi/revit-model-mcp

The Python package exposes Revit tools over MCP stdio, read-only by default.

client:Cline transport:stdio runtime:pypi

Install revit model mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "revit-model-mcp": {
      "command": "uvx",
      "args": [
        "revit-model-mcp"
      ],
      "env": {
        "REVIT_MCP_HOST": "<REVIT_MCP_HOST>",
        "REVIT_MCP_REDACT_PATHS": "<REVIT_MCP_REDACT_PATHS>",
        "REVIT_MCP_ALLOW_WRITE": "<REVIT_MCP_ALLOW_WRITE>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

revit model mcp in other clients