Back to Browse

Aec Model Bridge MCP Server

Developer ToolsModerate6.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

Independent MCP integration for Autodesk Revit software through a local bridge.

About

Independent MCP integration for Autodesk Revit software through a local bridge.

Security Report

6.5
Moderate6.5Moderate Risk

Valid MCP server (2 strong, 1 medium validity signals). 4 known CVEs in dependencies (0 critical, 3 high severity) Imported from the Official MCP Registry.

4 files analyzed · 4 issues 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.

What You'll Need

Set these up before or after installing:

Workspace root directory for server file operations.Optional

Environment variable: MCP_REVIT_WORKSPACE_DIR

Semicolon-delimited allow-list of directories the server can access.Optional

Environment variable: MCP_REVIT_ALLOWED_DIRECTORIES

Server mode: mock or bridge.Optional

Environment variable: MCP_REVIT_MODE

Bridge URL, for example http://127.0.0.1:3000 (required when MCP_REVIT_MODE=bridge).Optional

Environment variable: MCP_REVIT_BRIDGE_URL

Path to the audit log file.Optional

Environment variable: MCP_REVIT_AUDIT_LOG

Python log level, for example INFO or DEBUG.Optional

Environment variable: MCP_REVIT_LOG_LEVEL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-sam-aec-aec-model-bridge": {
      "env": {
        "MCP_REVIT_MODE": "your-mcp-revit-mode-here",
        "MCP_REVIT_AUDIT_LOG": "your-mcp-revit-audit-log-here",
        "MCP_REVIT_LOG_LEVEL": "your-mcp-revit-log-level-here",
        "MCP_REVIT_BRIDGE_URL": "your-mcp-revit-bridge-url-here",
        "MCP_REVIT_WORKSPACE_DIR": "your-mcp-revit-workspace-dir-here",
        "MCP_REVIT_ALLOWED_DIRECTORIES": "your-mcp-revit-allowed-directories-here"
      },
      "args": [
        "aec-model-bridge"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!