CCM
/MCP
SkillsMCPMarketplacesDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

AEC Model Bridge

sam-aec/aec-model-bridge
31authSTDIOregistry active
Summary

Bridges Claude and other MCP clients to Autodesk Revit through a local HTTP server and native C# add-in. Exposes 100+ tools covering model authoring, parameters, views, sheets, exports, worksharing, and MEP workflows. Commands run via ExternalEvent to keep API calls on Revit's main thread. Works with Revit 2024 through 2027, plus headless providers for IFC, Speckle, and Rhino.Compute. When the typed tool catalog doesn't cover your workflow, reflection tools and in-process Python give you direct .NET API access. Localhost-only by default with mock mode for testing without a live Revit instance.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →

Configuration

MCP_REVIT_WORKSPACE_DIR*

Workspace root directory for server file operations.

MCP_REVIT_ALLOWED_DIRECTORIES*

Semicolon-delimited allow-list of directories the server can access.

MCP_REVIT_MODE

Server mode: mock or bridge.

MCP_REVIT_BRIDGE_URL

Bridge URL, for example http://127.0.0.1:3000 (required when MCP_REVIT_MODE=bridge).

MCP_REVIT_AUDIT_LOG

Path to the audit log file.

MCP_REVIT_LOG_LEVEL

Python log level, for example INFO or DEBUG.

Registryactive
Packagehttps://github.com/Sam-AEC/aec-model-bridge/releases/download/v1.0.1/aec-model-bridge-1.0.1.mcpb
TransportSTDIO
AuthRequired
UpdatedJun 10, 2026
View on GitHub
AEC Model Bridge

AEC Model Bridge

MCP server and native bridges for AI-assisted AEC workflows.

MCP Registry License Python Revit


Available now

Revit available IfcOpenShell available Speckle available Navisworks Manage preview Rhino and Grasshopper preview

Coming soon

Microsoft Excel coming soon Microsoft Graph coming soon Autodesk Construction Cloud coming soon Autodesk Forma coming soon Solibri coming soon Power BI coming soon Parquet and DuckDB coming soon

Future roadmap

Tekla Structures roadmap Graphisoft Archicad roadmap Bentley iTwin roadmap Trimble Connect roadmap Procore roadmap Oracle Primavera P6 roadmap SketchUp roadmap

Install | Tools | Documentation | Latest release

AEC Model Bridge connects MCP clients such as Claude Desktop, VS Code, GitHub Copilot, and custom agents to Revit and a growing ecosystem of AEC platforms.

The Python hub handles MCP communication and routes each request to the relevant desktop, headless, cloud, or compute provider. Revit commands run through a native C# add-in and ExternalEvent, keeping API work on Revit's main thread.

Platform Status

The status below reflects the Omni-Bridge system blueprint as of June 12, 2026. Preview integrations are present but still have incomplete workflows or hardening tasks.

Available Now

Revit, IfcOpenShell, and Speckle are available integrations. Navisworks currently exposes bridge health and document metadata; model-tree, append/refresh, viewpoints, and clash workflows are next. Rhino.Compute is integrated, while live Rhino MCP connectivity remains a preview.

Coming Soon

This wave adds Excel and SharePoint workbook round trips, ACC/Forma workflows through Autodesk Platform Services, Solibri model checking, and Power BI templates backed by Speckle or a local Parquet/DuckDB data plane.

Future Roadmap

Future connectors are opportunity-driven and will be scheduled when each has a defined workflow, test access, and a supported API path.

Highlights

  • 100 MCP tools for model authoring, documentation, parameters, views, sheets, exports, worksharing, architecture, structure, MEP, geometry, and QA.
  • Native Revit add-in with no pyRevit or Dynamo dependency.
  • Revit 2024, 2025, 2026, and 2027 support.
  • Headless IFC, Speckle cloud, Rhino.Compute, and cross-platform provider architecture.
  • Reflection and in-process Python for advanced API workflows.
  • Localhost-only bridge by default.
  • Mock mode for development and automated testing without Revit.

How It Works

MCP client
    |
    | MCP over stdio
    v
Python MCP server
    |
    | HTTP on 127.0.0.1:3000
    v
AEC Model Bridge add-in
    |
    | ExternalEvent
    v
Revit API

Installation

Requirements

Revit versionAdd-in targetRequired build tools
2024.NET Framework 4.8.NET 8 SDK and .NET Framework 4.8 developer pack
2025.NET 8 for Windows.NET 8 SDK
2026.NET 8 for Windows.NET 8 SDK
2027.NET 10 for Windows.NET 10 SDK

You also need Windows 10 or 11, Python 3.11 or later, and a licensed Revit installation for the version you want to use.

1. Install the MCP server

git clone https://github.com/Sam-AEC/aec-model-bridge.git
cd aec-model-bridge

py -m venv .venv
.\.venv\Scripts\Activate.ps1
python -m pip install -e packages/mcp-server-revit

2. Install the Revit add-in

Set the version to match your Revit installation:

$RevitVersion = Read-Host "Revit year (2024, 2025, 2026, or 2027)"

.\scripts\package.ps1 -RevitVersion $RevitVersion
.\scripts\install.ps1 -RevitVersion $RevitVersion

The installer places version-specific binaries in:

C:\ProgramData\AECModelBridge\bin\<year>

The add-in manifest is installed per user in:

%APPDATA%\Autodesk\Revit\Addins\<year>

Use -AllUsers with install.ps1 to install the manifest under C:\ProgramData\Autodesk\Revit\Addins\<year> instead.

To prepare binaries for every supported version in one pass:

.\scripts\package.ps1 -RevitVersion All

Prebuilt packages are attached to GitHub releases when available. The source installation above is the canonical path for all supported Revit versions.

3. Configure your MCP client

Use the Python executable from the virtual environment and choose a workspace that the server may access:

{
  "mcpServers": {
    "aec-model-bridge": {
      "command": "C:\\path\\to\\aec-model-bridge\\.venv\\Scripts\\python.exe",
      "args": ["-m", "revit_mcp_server.mcp_server"],
      "env": {
        "MCP_REVIT_MODE": "bridge",
        "MCP_REVIT_BRIDGE_URL": "http://127.0.0.1:3000",
        "MCP_REVIT_WORKSPACE_DIR": "C:\\RevitProjects",
        "MCP_REVIT_ALLOWED_DIRECTORIES": "C:\\RevitProjects"
      }
    }
  }
}

VS Code users can start from .vscode/mcp.json.

Clients that support MCP Bundles can install the .mcpb file from the latest release. The Revit add-in is still required because the MCP server communicates with the running desktop application.

4. Verify the connection

Restart Revit after installing the add-in, open a model, and run:

Invoke-RestMethod http://127.0.0.1:3000/health

The response should report healthy and the active Revit version.

Revit API Access

The typed MCP tools cover the common workflow surface and are the recommended default for agents.

For work outside the tool catalog, invoke_method, reflect_get, and reflect_set can work with public .NET API members. execute_python runs IronPython inside Revit with doc, uidoc, uiapp, and app available.

These advanced tools run with the same permissions as the Revit process. Keep the bridge on localhost and only use trusted MCP clients and prompts.

Development

# Python tests
python -m pytest packages/mcp-server-revit/tests

# Build one Revit version
$RevitVersion = Read-Host "Revit year (2024, 2025, 2026, or 2027)"
.\scripts\build-addin.ps1 -RevitVersion $RevitVersion -Configuration Release

# Build all supported versions
.\scripts\package.ps1 -RevitVersion All

CI builds the Python server and add-in targets for Revit 2024 through 2027.

Documentation

  • Installation guide
  • Tool reference
  • Architecture
  • Multi-platform integration handover
  • Configuration reference
  • Security
  • MCP clients and registry
  • Contributing

Project

Maintained by A. Sam Mohammad. LinkedIn | Issues

Version 1.1.0 and later is available under your choice of GPL-3.0-or-later with the Revit Linking Exception, or a separate commercial license. The GPL option permits community use while allowing the add-in to operate through Autodesk Revit APIs. Commercial terms are available for proprietary distribution and negotiated requirements. Version 1.0.2 and earlier remains available under the MIT License.

AEC Model Bridge is an independent project and is not sponsored, endorsed, or provided by Autodesk. Autodesk and Revit are trademarks of the Autodesk group of companies. See TRADEMARKS.md.