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
Fetch the live tool list by running this server in a temporary sandbox using the button above.
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
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Awesome Mlops
visengerA curated list of references for MLOps
Comments