Agentโ™ฅ๏ธŽAge
Catalog

Revit MCP

Official

by shuotao ยท C#

MCP Server for Revit integration - AI-Powered Revit Control

Revit MCP Server (io.github.shuotao/revit-mcp-server)

Revit MCP is an MCP Server that lets AI clients call Autodesk Revit tools via the Model Context Protocol (MCP). Tool calls received by the server are forwarded to a local Revit add-in, where the add-in runs the corresponding Revit API workflow.

๐Ÿ› ๏ธ Key Features

  • MCP server for Revit integration
  • Forwards MCP tool calls to a local Revit add-in
  • Local add-in executes the matching Revit API workflow
  • Default WebSocket port: 8964

๐Ÿš€ Use Cases

  • AI-driven BIM workflow demonstrations (see demo video)
  • Calling Revit tool workflows through MCP from external AI clients
  • Developer study via the linked knowledge site

โšก Developer Benefits

  • Provides a single MCP interface for Revit tool invocation
  • Enables local Revit API execution through an add-in
  • Supports reference materials (demo video and study site)

โš ๏ธ Limitations

  • Requires a local Revit add-in to execute forwarded tool calls