How to Use the Autodesk Construction Cloud MCP in Cline
Build custom dashboards and report scripts by letting Cline pull live Autodesk Construction Cloud data directly into VS Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Autodesk Construction Cloud MCP to Cline
Create your Vinkius account to connect Autodesk Construction Cloud to Cline and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Fetch project metadata for Cline scripts
Writing sync scripts starts with grabbing the right IDs using `list_hubs` and `list_projects` via this MCP Server. Cline queries these tools to map out your available accounts before writing any custom integration logic. It grabs the exact tenant details needed for your API calls. Drilling down into a specific build site happens next. Your agent executes `get_project_details` to pull the core metadata, like the project name and status. It then hardcodes or parameterizes these values directly into the Python script it writes for you.
Auto-generate issue reports via MCP Server
Generating a weekly defect summary is trivial when your agent runs `list_issues` and `get_issue_details`. Cline pulls the entire ticket backlog for the job site, extracts the descriptions, and formats them into a clean HTML or Markdown report. Writing back to the database is just as direct. If your code detects a failed test in a smart building sensor, Cline triggers `create_issue` to log the hardware fault. The agent handles the JSON payload and pushes the ticket without you clicking a single button.
Map construction folders in VS Code
Finding the right CAD files requires `list_top_folders` and `list_folder_contents` to traverse the document tree. Cline navigates the directory structure autonomously, searching for the exact folder containing the updated floor plans. Building custom file management tools becomes much faster. You tell your agent to write a script that audits document permissions, and it uses these listing tools to map the entire project structure. It tests the logic against live data before handing you the finished code.
Set up Autodesk Construction Cloud MCP in Cline
Prerequisites
- VS Code with Cline extension installed
- Active Vinkius subscription with a valid endpoint token
- 1
Open Cline MCP settings
Click the Cline icon in the VS Code sidebar to open the Cline panel. Then click the MCP Servers icon (server stack) at the top-right corner of the panel.
- 2
Add a remote server
Click "Remote Servers" at the top, then click "Add Remote MCP". In the Name field, type
autodesk-construction-cloud-mcp. In the URL field, paste your Vinkius endpoint:https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp. Get your token from cloud.vinkius.com. - 3
Enable the server
After saving, the server appears in the Cline MCP panel. Toggle the switch to enable it. The status indicator turns green when the connection is live.
- 4
Start using tools
Return to the Cline chat and ask: "Check my latest Autodesk Construction Cloud refund status." Cline will discover the available tools and request your approval before invoking each one — giving you full control over every action.
{
"mcpServers": {
"autodesk-construction-cloud-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Autodesk. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Autodesk Construction Cloud MCP in Cline
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Autodesk Construction Cloud MCP today
We host it, we monitor it, we maintain it. You just paste one token.