mcpbeat Sign in

AEC Model Bridge MCP Server

local only

AEC Model Bridge runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 15 Sep 2026.

Independent MCP integration for Autodesk Revit software through a local bridge.

Installs / week
not published
62
Stars
0 open issues
15 Sep 2026
Last commit
from GitHub
GPL-3.0
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        proc = subprocess.run(args, capture_output=True, encoding="utf-8", stdin=subprocess.DEVNULL, timeout=_TURN_TIMEOUT_SECONDS, env=env)
Builds a file path from a variable scratch/generate_variations.py:11
    path = os.path.join(ARTIFACT_DIR, filename)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to AEC Model Bridge

same job, measured the same way
Autodesk Revit MCP Server
by sam-aec

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

local only
Claude Bridge
by constripacity

Durable local-first MCP relay for independent coding agents.

297 installs/wk local only
Selenix MCP Server
by markmircea

MCP server that bridges local apps with Selenix for browser automation.

32 installs/wk local only
B2IGE Verify
by b2ige2-a11y

Independent deterministic verification for AI-written software. Local, evidence-backed checks.

local only
Revit MCP
by shuotao

MCP Server for Revit integration - AI-Powered Revit Control

62 installs/wk local only
Krita Codex MCP
by cyyprezz

Control Krita through a secure local MCP server and authenticated Windows bridge.

144 installs/wk local only
Dependency Migration MCP
by solvohq

Through-the-upgrade dependency-migration briefs for LLM coding agents.

local only
I
ModelRisk
by vosesoftware

Read, build, fit, and run Monte Carlo risk models in Excel through Vose Software's ModelRisk.

544 installs/wk local only

AEC Model Bridge — questions

Answers built from our own checks of this server.

Why is there no uptime for AEC Model Bridge?
AEC Model Bridge runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is AEC Model Bridge open source?
Yes — it is published under the GPL-3.0 licence, written in Python and 62 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.