Loading MCP server directory, please wait...
MCP server connecting AI assistants to Autodesk Revit through a local bridge.
npx @getmcp/cli add io.github.Sam-AEC/autodesk-revit-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
MCP_REVIT_WORKSPACE_DIRWorkspace root directory for server file operations.
MCP_REVIT_ALLOWED_DIRECTORIESSemicolon-delimited allow-list of directories the server can access.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Sam-AEC/autodesk-revit-mcp-server": {
"command": "https://github.com/Sam-AEC/Autodesk-Revit-MCP-Server/releases/download/v0.1.1/revit-mcp-server-0.1.1.mcpb",
"env": {
"MCP_REVIT_WORKSPACE_DIR": "",
"MCP_REVIT_ALLOWED_DIRECTORIES": "",
"MCP_REVIT_MODE": "",
"MCP_REVIT_BRIDGE_URL": "",
"MCP_REVIT_AUDIT_LOG": "",
"MCP_REVIT_LOG_LEVEL": ""
}
}
}
}