io.github.Sam-AEC

autodesk-revit-mcp-server

Autodesk Revit MCP Server

MCP server connecting AI assistants to Autodesk Revit through a local bridge.

stdiocommunityapplication

Package Details

Sam-AEC/Autodesk-Revit-MCP-Server

Transportstdio
File SHA256feb1f736e892a079715d08f17a1fdc3643013b27febc2d373899c60636d9bcb8

Environment Variables

MCP_REVIT_WORKSPACE_DIR(str)
Required

Workspace root directory for server file operations.

MCP_REVIT_ALLOWED_DIRECTORIES(str)
Required

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

MCP_REVIT_MODE(str)

Server mode: mock or bridge.

MCP_REVIT_BRIDGE_URL(str)

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

MCP_REVIT_AUDIT_LOG(str)

Path to the audit log file.

MCP_REVIT_LOG_LEVEL(str)

Python log level, for example INFO or DEBUG.