Back to Browse

Revit Model MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

7 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Revit host: local PowerShell, ssh:<alias>, or an http://host:port or https://host:port endpoint.Optional

Environment variable: REVIT_MCP_HOST

Set to 1 to replace document and nested model paths with file names. Disabled by default.Optional

Environment variable: REVIT_MCP_REDACT_PATHS

Dangerous opt-in: set to 1 to enable actions that modify or delete model elements. Also requires the workstation allow-write gate. Disabled by default.Optional

Environment variable: REVIT_MCP_ALLOW_WRITE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-sharafutdinovdi-revit-model-mcp": {
      "env": {
        "REVIT_MCP_HOST": "your-revit-mcp-host-here",
        "REVIT_MCP_ALLOW_WRITE": "your-revit-mcp-allow-write-here",
        "REVIT_MCP_REDACT_PATHS": "your-revit-mcp-redact-paths-here"
      },
      "args": [
        "revit-model-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!