Open-source Model Context Protocol (MCP) server for Autodesk Revit 2023-2027: typed BIM automation, family authoring, interoperability and Power BI.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"horizun-revit-mcp": {
"command": "npx",
"args": [
"-y",
"HorizunGroup/horizun-revit-mcp"
]
}
}
}
Run in terminal:
claude mcp add horizun-revit-mcp npx -y HorizunGroup/horizun-revit-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"horizun-revit-mcp": {
"command": "npx",
"args": [
"-y",
"HorizunGroup/horizun-revit-mcp"
]
}
}
}