Loading MCP server directory, please wait...
Independent MCP integration for Autodesk Revit software through a local bridge.
npx @getmcp/cli add io.github.Sam-AEC/aec-model-bridgeRequires 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/aec-model-bridge": {
"command": "https://github.com/Sam-AEC/aec-model-bridge/releases/download/v1.1.0/aec-model-bridge-1.1.0.mcpb",
"env": {
"MCP_REVIT_WORKSPACE_DIR": "",
"MCP_REVIT_ALLOWED_DIRECTORIES": "",
"MCP_REVIT_MODE": "bridge",
"MCP_REVIT_BRIDGE_URL": "http://127.0.0.1:3000",
"MCP_REVIT_AUDIT_LOG": "",
"MCP_REVIT_LOG_LEVEL": ""
}
}
}
}