Revit Model MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 16 Sep 2026.
The Python package exposes Revit tools over MCP stdio, read-only by default.
We read the source, 20 h ago · rules 3dff92dd89df
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.
этот файл ставится пользователю, но в репозитории его нет
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add revit-model-mcp -- uvx revit-model-mcp
{
"mcpServers": {
"revit-model-mcp": {
"args": [
"revit-model-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.revit-model-mcp]
command = "uvx"
args = ["revit-model-mcp"]
{
"mcpServers": {
"revit-model-mcp": {
"args": [
"revit-model-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"revit-model-mcp": {
"args": [
"revit-model-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
REVIT_MCP_HOST (Revit host: local PowerShell, ssh:<alias>, or an http://host:port or https://host:port endpoint.), REVIT_MCP_REDACT_PATHS (Set to 1 to replace document and nested model paths with file names. Disabled by default.), REVIT_MCP_ALLOW_WRITE (Dangerous opt-in: set to 1 to enable actions that modify or delete model elements. Also requires the workstation allow-write gate. Disabled by default.).
The author declared them in the registry entry; get the values from the project itself.
Local MCP server for Weeek (stdio transport) — read-only by default, opt-in write tools.
MCP server for the AWS CLI. Read-only by default; single Go binary.
Read-only-by-default MCP server: let LLMs explore the Fediverse — Mastodon, Misskey, Pleroma.
The Microsoft OSS MCP server exposes tools to discover & validate trusted Microsoft OSS Packages.
ROOT-based MCP server exposing root_python and root_cpp tools (stdio transport).
An MCP server that exposes package.json scripts as tools for agents.
Production-grade PostgreSQL MCP server — 254 tools for query, tuning & ops, read-only by default.
MCP server for the GitHub CLI (gh). Read-only by default; single Go binary.
Answers built from our own checks of this server.