Autodesk Revit MCP Server (A. Sam-AEC)
This MCP server connects AI assistants to Autodesk Revit through a local bridge, using stdio to integrate with MCP clients. It is packaged as the “AEC Model Bridge” Python package and provides a Revit-focused MCP entrypoint plus console scripts for compatibility.
🛠️ Key Features
- Independent MCP integration for Autodesk Revit (used by AI clients over stdio)
- MCP entrypoint:
python -m revit_mcp_server.mcp_server - Console scripts:
aec-model-bridgeand aliasrevit-mcp-server - Python requirement: 3.11+
.mcpbbundle uses the MCPBuvruntime and prompts for a permitted workspace directory
🚀 Use Cases
- Enabling AI clients to access Autodesk Revit functionality via a local bridge
⚡ Developer Benefits
- Standard MCP connection over stdio
- Reproducible runtime via the
.mcpbbundle anduv - Workspace directory permission prompt for runtime setup