RevitMCPServer
@ZedMoster
About RevitMCPServer
No overview available yet
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.
Frequently asked questions
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`: ```json { "RevitMCPServer": { "command": "uvx", "args": ["revit-mcp"] } } ```
What transport protocol does RevitMCPServer use?
It connects to an add‑on socket server running inside Revit.
Basic information
More Other MCP servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Awesome Mlops
visengerA curated list of references for MLOps
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments