Sample AppBundle for Automation API for Revit 2026 that enables AI assistants to execute custom tools on Revit Cloud Models through the MCP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"aps-sample-revit-mcp": {
"command": "npx",
"args": [
"-y",
"autodesk-platform-services/aps-sample-revit-mcp-tools-bundle"
]
}
}
}
Run in terminal:
claude mcp add aps-sample-revit-mcp npx -y autodesk-platform-services/aps-sample-revit-mcp-tools-bundle
Add to .cursor/mcp.json:
{
"mcpServers": {
"aps-sample-revit-mcp": {
"command": "npx",
"args": [
"-y",
"autodesk-platform-services/aps-sample-revit-mcp-tools-bundle"
]
}
}
}