MCP server for Autodesk Revit 2024/2025/2026/2027 via pyRevit — 48 tools for building design, editing, analysis, clash detection, MEP, interop, documentation, and model persistence
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"revit-mcp-server": {
"command": "uvx",
"args": [
"revit-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add revit-mcp-server uvx revit-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"revit-mcp-server": {
"command": "uvx",
"args": [
"revit-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install revit-mcp-server