Autodesk Platform Services MCP Server
by Guidogl
This project implements a Model Context Protocol (MCP) server that interacts with Autodesk Platform Services (APS) documentation. It supports various tools to interact with different Autodesk APIs, with a focus on the Model Derivative API.
Last updated: N/A
What is Autodesk Platform Services MCP Server?
This is a Model Context Protocol (MCP) server designed to facilitate interaction with Autodesk Platform Services (APS). It provides tools and prompts to streamline workflows involving Autodesk APIs, particularly the Model Derivative API.
How to use Autodesk Platform Services MCP Server?
The server can be run using npx -y @autodesk/dev-mcp@latest
. Configuration details for integration with tools like Cursor or Claude Desktop are provided in the README, requiring the addition of a mcpServers
configuration block pointing to the npx command.
Key features of Autodesk Platform Services MCP Server
Search Autodesk Platform Services documentation
Access and search Model Derivative API information
Provides prompts for Autodesk Model Derivative API tasks
Offers guidance for implementing Autodesk Platform Services workflows
Use cases of Autodesk Platform Services MCP Server
Searching for specific information within Autodesk Platform Services documentation.
Accessing details and functionalities of the Model Derivative API.
Assisting users in completing tasks related to the Model Derivative API.
Guiding developers through the implementation of Autodesk Platform Services workflows.
FAQ from Autodesk Platform Services MCP Server
What is MCP?
What is MCP?
MCP stands for Model Context Protocol, a protocol for interacting with various Autodesk APIs.
What is Autodesk Platform Services (APS)?
What is Autodesk Platform Services (APS)?
APS is a cloud platform offering a range of APIs for design and engineering workflows.
Which API is the focus of this server?
Which API is the focus of this server?
The Model Derivative API is a primary focus, allowing conversion and manipulation of 3D models.
How do I run this server?
How do I run this server?
Use the command npx -y @autodesk/dev-mcp@latest
.
How do I integrate this with Cursor or Claude?
How do I integrate this with Cursor or Claude?
Add the provided configuration block to your Cursor or Claude settings, pointing to the npx command.