★ 0 stars
Python
🤖 AI/LLM
Updated 1d ago
A robust Model Context Protocol (MCP) server for Autodesk Revit — 80+ tools for elements, parameters, families, views, sheets, worksets, MEP, rooms, analysis, and more.
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
Topics
ai architecture autodesk bim claude mcp model-context-protocol pyrevit python revit