Agent♥︎Age
Catalog

AEC Model Bridge

Official

by Sam-AEC · Python

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

io.github.Sam-AEC/aec-model-bridge MCP Server

The io.github.Sam-AEC/aec-model-bridge server provides an independent MCP integration for Autodesk Revit software via a local bridge. It is intended for AI clients to use over stdio, exposing a Python-based MCP entrypoint and console scripts for launching the server in supported environments.

🛠️ Key Features

  • Independent MCP integration for Autodesk Revit
  • Local bridge architecture for stdio-based AI client usage
  • MCP entrypoint: python -m revit_mcp_server.mcp_server
  • Console scripts: aec-model-bridge and alias revit-mcp-server
  • Requires Python 3.11+

🚀 Use Cases

  • Connecting AI clients to Autodesk Revit through MCP using stdio
  • Running the Revit MCP server locally for permitted workspace operations

⚡ Developer Benefits

  • Simple launch via module entrypoint or console scripts
  • .mcpb bundle uses MCPB uv runtime
  • .mcpb prompts for a permitted workspace directory

⚠️ Limitations

  • Workspace access is restricted by the .mcpb permitted directory prompt
  • Requires Python 3.11+ to run the server