xml.Revit.MCP provides a comprehensive set of tools for integrating with Autodesk Revit through the Model Context Protocol (MCP). This library serves as a bridge between AI assistants and Revit, enabling powerful automation capabilities and programmatic interaction with building models.
The tool library includes numerous functions for Revit automation and interaction:
Basic Operations:
Element Management:
Creation Tools:
First, install the UV package manager:
pip install uv
Install the revit-mcp package:
pip install revit-mcp
Test the installation:
uvx revit-mcp
You should see: RevitMCPServer - INFO - Successfully connected to Revit on startup
Edit claude_desktop_config.json
to include:
{
"mcpServers": {
"RevitMCPServer": {
"command": "uvx",
"args": [
"revit-mcp"
]
}
}
}
Edit mcp.json
to include:
{
"mcpServers": {
"RevitMCPServer": {
"command": "uvx",
"args": [
"revit-mcp"
]
}
}
}
Edit cline_mcp_setting.json
to include:
{
"mcpServers": {
"RevitMCPServer": {
"command": "uvx",
"args": [
"revit-mcp"
]
}
}
}
You can create custom MCP DLL files to implement additional functionality by:
xml.Revit.MCP.Public.IMCPMethod
interfaceWhen using the revit-mcp-plugin:
Once enabled, AI assistants can discover and control your Revit program, executing the various commands provided by the xml.Revit.MCP tools library.
{
"mcpServers": {
"RevitMCPServer": {
"args": [
"revit-mcp"
],
"command": "uvx"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.