PluginBench
MCP Server
Active
GPL-3.0

AEC Model Bridge MCP Server

io.github.Sam-AEC/aec-model-bridge

What is the AEC Model Bridge MCP server?

Independent MCP integration for Autodesk Revit software through a local bridge.

How to install AEC Model Bridge

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • MCP_REVIT_WORKSPACE_DIR
    required

    Workspace root directory for server file operations.

  • MCP_REVIT_ALLOWED_DIRECTORIES
    required

    Semicolon-delimited allow-list of directories the server can access.

  • MCP_REVIT_MODE

    Server mode: mock or bridge.

  • MCP_REVIT_BRIDGE_URL

    Bridge URL, for example http://127.0.0.1:3000 (required when MCP_REVIT_MODE=bridge).

  • MCP_REVIT_AUDIT_LOG

    Path to the audit log file.

  • MCP_REVIT_LOG_LEVEL

    Python log level, for example INFO or DEBUG.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aec-model-bridge": {
      "command": "https://github.com/Sam-AEC/aec-model-bridge/releases/download/v1.1.0/aec-model-bridge-1.1.0.mcpb",
      "args": [],
      "env": {
        "MCP_REVIT_WORKSPACE_DIR": "<YOUR_MCP_REVIT_WORKSPACE_DIR>",
        "MCP_REVIT_ALLOWED_DIRECTORIES": "<YOUR_MCP_REVIT_ALLOWED_DIRECTORIES>",
        "MCP_REVIT_MODE": "<YOUR_MCP_REVIT_MODE>",
        "MCP_REVIT_BRIDGE_URL": "<YOUR_MCP_REVIT_BRIDGE_URL>",
        "MCP_REVIT_AUDIT_LOG": "<YOUR_MCP_REVIT_AUDIT_LOG>",
        "MCP_REVIT_LOG_LEVEL": "<YOUR_MCP_REVIT_LOG_LEVEL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "aec-model-bridge": {
      "command": "https://github.com/Sam-AEC/aec-model-bridge/releases/download/v1.1.0/aec-model-bridge-1.1.0.mcpb",
      "args": [],
      "env": {
        "MCP_REVIT_WORKSPACE_DIR": "<YOUR_MCP_REVIT_WORKSPACE_DIR>",
        "MCP_REVIT_ALLOWED_DIRECTORIES": "<YOUR_MCP_REVIT_ALLOWED_DIRECTORIES>",
        "MCP_REVIT_MODE": "<YOUR_MCP_REVIT_MODE>",
        "MCP_REVIT_BRIDGE_URL": "<YOUR_MCP_REVIT_BRIDGE_URL>",
        "MCP_REVIT_AUDIT_LOG": "<YOUR_MCP_REVIT_AUDIT_LOG>",
        "MCP_REVIT_LOG_LEVEL": "<YOUR_MCP_REVIT_LOG_LEVEL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "aec-model-bridge": {
      "command": "https://github.com/Sam-AEC/aec-model-bridge/releases/download/v1.1.0/aec-model-bridge-1.1.0.mcpb",
      "args": [],
      "env": {
        "MCP_REVIT_WORKSPACE_DIR": "<YOUR_MCP_REVIT_WORKSPACE_DIR>",
        "MCP_REVIT_ALLOWED_DIRECTORIES": "<YOUR_MCP_REVIT_ALLOWED_DIRECTORIES>",
        "MCP_REVIT_MODE": "<YOUR_MCP_REVIT_MODE>",
        "MCP_REVIT_BRIDGE_URL": "<YOUR_MCP_REVIT_BRIDGE_URL>",
        "MCP_REVIT_AUDIT_LOG": "<YOUR_MCP_REVIT_AUDIT_LOG>",
        "MCP_REVIT_LOG_LEVEL": "<YOUR_MCP_REVIT_LOG_LEVEL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "aec-model-bridge": {
      "type": "stdio",
      "command": "https://github.com/Sam-AEC/aec-model-bridge/releases/download/v1.1.0/aec-model-bridge-1.1.0.mcpb",
      "args": [],
      "env": {
        "MCP_REVIT_WORKSPACE_DIR": "<YOUR_MCP_REVIT_WORKSPACE_DIR>",
        "MCP_REVIT_ALLOWED_DIRECTORIES": "<YOUR_MCP_REVIT_ALLOWED_DIRECTORIES>",
        "MCP_REVIT_MODE": "<YOUR_MCP_REVIT_MODE>",
        "MCP_REVIT_BRIDGE_URL": "<YOUR_MCP_REVIT_BRIDGE_URL>",
        "MCP_REVIT_AUDIT_LOG": "<YOUR_MCP_REVIT_AUDIT_LOG>",
        "MCP_REVIT_LOG_LEVEL": "<YOUR_MCP_REVIT_LOG_LEVEL>"
      }
    }
  }
}
Claude Code
claude mcp add aec-model-bridge --env MCP_REVIT_WORKSPACE_DIR=<YOUR_MCP_REVIT_WORKSPACE_DIR> --env MCP_REVIT_ALLOWED_DIRECTORIES=<YOUR_MCP_REVIT_ALLOWED_DIRECTORIES> --env MCP_REVIT_MODE=<YOUR_MCP_REVIT_MODE> --env MCP_REVIT_BRIDGE_URL=<YOUR_MCP_REVIT_BRIDGE_URL> --env MCP_REVIT_AUDIT_LOG=<YOUR_MCP_REVIT_AUDIT_LOG> --env MCP_REVIT_LOG_LEVEL=<YOUR_MCP_REVIT_LOG_LEVEL> -- https://github.com/Sam-AEC/aec-model-bridge/releases/download/v1.1.0/aec-model-bridge-1.1.0.mcpb

Related MCP servers

MCP server connecting AI assistants to Autodesk Revit through a local bridge.

40
C#
GPL-3.0
View repository →