MCP.so
登录

Autodesk Construction Cloud (ACC) MCP Server

@itaico82

关于 Autodesk Construction Cloud (ACC) MCP Server

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

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

itaico82

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器