MCP.so
Sign In

Autodesk Construction Cloud (ACC) MCP Server

@itaico82

About Autodesk Construction Cloud (ACC) MCP Server

Model Context Protocol (MCP) server for Autodesk Construction Cloud Issues API

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

itaico82

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "ACC_MCP_V0.2": {
      "command": "python",
      "args": [
        "-m",
        "uv",
        "venv",
        ".venv"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Autodesk Construction Cloud (ACC) MCP Server?

The Autodesk Construction Cloud (ACC) MCP Server is a Model Context Protocol server for the Autodesk Construction Cloud Issues API. It enables AI assistants like Claude to create, query, and manage construction issues using natural language.

How to use Autodesk Construction Cloud (ACC) MCP Server?

Install Python 3.10+, set up an Autodesk Forge application with 3‑legged OAuth, and configure environment variables (ACC_CLIENT_ID, ACC_CLIENT_SECRET, ACC_REDIRECT_URI, ACC_PROJECT_ID, ACC_API_URL, ACC_CALLBACK_PORT). Clone the repository, create a virtual environment, install dependencies with uv pip sync requirements.txt, and start the server with python -m src.main.

Key features of Autodesk Construction Cloud (ACC) MCP Server

  • 3‑legged OAuth authentication handling
  • Natural language to issue field mapping
  • Metadata caching reduces API calls
  • Comprehensive field validation per ACC requirements
  • Clear and actionable error messages

Use cases of Autodesk Construction Cloud (ACC) MCP Server

  • Create new issues from natural language descriptions
  • Query and filter existing ACC issues
  • Get detailed information about specific issues
  • Search issues using natural language
  • Add comments to existing issues

FAQ from Autodesk Construction Cloud (ACC) MCP Server

What does the Autodesk Construction Cloud (ACC) MCP Server do?

It provides an MCP interface to the ACC Issues API, allowing AI assistants to create, query, and manage construction issues through natural language interactions.

What are the prerequisites to use this server?

You need Python 3.10 or higher, an Autodesk Construction Cloud account, and an Autodesk Forge application with 3‑legged OAuth configured.

How is authentication handled?

The server uses 3‑legged OAuth, securely managing the authentication flow with Autodesk. Required credentials are ACC_CLIENT_ID, ACC_CLIENT_SECRET, and ACC_REDIRECT_URI.

What kind of data does it interact with?

The server interacts with Autodesk Construction Cloud Issues, including creating, querying, filtering, searching, and commenting on issues. No other ACC data is accessed.

Comments

More Other MCP servers