Agent♥︎Age
Catalog

Autodesk Revit MCP Server

Official

by Sam-AEC · Python

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

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-bridge and alias revit-mcp-server
  • Python requirement: 3.11+
  • .mcpb bundle uses the MCPB uv runtime 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 .mcpb bundle and uv
  • Workspace directory permission prompt for runtime setup