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-bridgeand aliasrevit-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
.mcpbbundle uses MCPBuvruntime.mcpbprompts for a permitted workspace directory
⚠️ Limitations
- Workspace access is restricted by the
.mcpbpermitted directory prompt - Requires Python 3.11+ to run the server