Autodesk Revit Mcp Server

by Sam-AEC

573 downloads
Not rated
GitHub

Description

<div align="center"> <img src="https://cdn.simpleicons.org/autodeskrevit/0696D7" alt="Revit" height="80"/> # Autodesk Revit MCP Server **Model Context Protocol server for Autodesk Revit** [![License…

About

<div align="center"> <img src="https://cdn.simpleicons.org/autodeskrevit/0696D7" alt="Revit" height="80"/> # Autodesk Revit MCP Server **Model Context Protocol server for Autodesk Revit** [![License: MIT](https://img.shields.io/badge/License-MIT-0078D4?style=flat-square)](LICENSE)…

Details

Author
Sam-AEC
Downloads
573
Categories
Other, Productivity

- 100+ Revit API tools (geometry, views, families, MEP)
- Localhost HTTP bridge with sub-second response time
- Thread-safe ExternalEvent architecture
- Advanced reflection API for unlimited Revit access
- Production-ready with comprehensive tool coverage

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Autodesk Revit Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Requires Windows 10/11, Revit 2024–2026, Python 3.11+, and .NET Framework 4.8. Clone the repository, run .\scripts\build-addin.ps1 to build the Revit add-in, then install the Python package with pip install -e packages/mcp-server-revit. Configure Claude Desktop by editing %APPDATA%\Claude\claude_desktop_config.json with the revit server command and environment variables MCP_REVIT_BRIDGE_URL and MCP_REVIT_MODE. For VS Code and GitHub Copilot, use the included .vscode/mcp.json. Start Revit and verify with curl http://localhost:3000/health.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "autodesk revit mcp server": {
            "revit": {
                "command": "python",
                "args": [
                    "-m",
                    "revit_mcp_server.mcp_server"
                ],
                "env": {
                    "MCP_REVIT_BRIDGE_URL": "http://127.0.0.1:3000",
                    "MCP_REVIT_MODE": "bridge"
                }
            }
        }
    }
}

McpServers

{
    "revit": {
        "command": "python",
        "args": [
            "-m",
            "revit_mcp_server.mcp_server"
        ],
        "env": {
            "MCP_REVIT_BRIDGE_URL": "http://127.0.0.1:3000",
            "MCP_REVIT_MODE": "bridge"
        }
    }
}

Autodesk Revit MCP Server

Model Context Protocol server for Autodesk Revit

License: MIT
Python
.NET
Revit

Quick Start | Documentation | API Reference

</div>

---

Overview

Production-ready MCP server enabling AI agents to control Autodesk Revit through natural language. Integrates with Claude Desktop, Microsoft Copilot, and custom MCP clients.

Key Features:

- 100+ Revit API tools (geometry, views, sheets, families, MEP, structures)
- Localhost HTTP bridge with sub-second response time
- Thread-safe ExternalEvent architecture
- Advanced reflection API for unlimited Revit access
- Production-ready with comprehensive tool coverage

Quick Start

Prerequisites

- Windows 10/11
- Autodesk Revit 2024-2026
- Python 3.11+
- .NET Framework 4.8

Installation

```powershell

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.