Autodesk Construction Cloud (ACC) MCP Server
@itaico82
关于 Autodesk Construction Cloud (ACC) MCP Server
Model Context Protocol (MCP) server for Autodesk Construction Cloud Issues API
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
Awesome Mlops
visengerA curated list of references for MLOps

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论