PluginBench
MCP Server

ACC MCP MCP Server

io.scanbimlabs/acc-mcp

What is the ACC MCP MCP server?

Autodesk Construction Cloud via APS — projects, issues, RFIs, documents, submittals.

How to install ACC MCP

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "acc-mcp": {
      "url": "https://acc-mcp.itmartin24.workers.dev/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "acc-mcp": {
      "serverUrl": "https://acc-mcp.itmartin24.workers.dev/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "acc-mcp": {
      "type": "http",
      "url": "https://acc-mcp.itmartin24.workers.dev/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "acc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://acc-mcp.itmartin24.workers.dev/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http acc-mcp https://acc-mcp.itmartin24.workers.dev/mcp

Related MCP servers

Unified AEC tools: ACC, Revit, Navisworks, Twinmotion, and APS from one endpoint.

5
JavaScript
View repository →

Autodesk Construction Cloud: issues, RFIs, sheets, coordination.

0
JavaScript
View repository →

Navisworks clash detection, 4D simulation, quantity takeoff.

0
JavaScript
View repository →

Revit model query + APS Design Automation runner.

0
JavaScript
View repository →

Twinmotion rendering + video export via Datasmith pipeline.

0
JavaScript
View repository →

Navisworks coordination and clash detection via APS — reports, viewpoints, model objects.