RevitMCPServer
@ZedMoster
About RevitMCPServer
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"RevitMCPServer": {
"command": "uvx",
"args": [
"revit-mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is RevitMCPServer?
RevitMCPServer is a Python package that provides integration with Revit through the Model Context Protocol (MCP). It enables automation and interaction with Revit models by connecting to a Revit add‑on socket server, sending commands, and handling responses.
How to use RevitMCPServer?
Install the package using pip (pip install revit-mcp) with Python 3.10+ and the uv package manager. After installation, run uvx revit-mcp to test the connection. Then add the server configuration (command: uvx, args: ["revit-mcp"]) to the MCP settings of your LLM client (e.g., Claude Desktop, Cursor, or cline).
Key features of RevitMCPServer
- Connects to Revit add‑on via a socket server.
- Sends commands to create objects in Revit.
- Handles responses and error messages.
- Manages server startup and shutdown lifecycle.
Use cases of RevitMCPServer
- Automate repetitive Revit modeling tasks from an LLM.
- Send commands to Revit to create elements programmatically.
- Integrate large language models with Revit for AI‑assisted design.
FAQ from RevitMCPServer
What are the prerequisites for using RevitMCPServer?
You need xml.Revit 1.3.4.3 or newer, Python 3.10 or newer, and the uv package manager installed.
How do I install RevitMCPServer?
Install via pip: pip install revit-mcp. If the installation fails, ensure uv is installed first.
How can I integrate RevitMCPServer with Claude for Desktop?
Add the following to your claude_desktop_config.json under mcpServers:
{ "RevitMCPServer": { "command": "uvx", "args": ["revit-mcp"] } }
What transport protocol does RevitMCPServer use?
It connects to an add‑on socket server running inside Revit.
More Other MCP servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Awesome Mlops
visengerA curated list of references for MLOps

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Nginx UI
0xJackyYet another WebUI for Nginx
Comments