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.

コメント

「その他」の他のコンテンツ