A
Autodesk
Connect the Autodesk Product Help remote MCP server at https://developer.api.autodesk.com/knowledge/public/v1/mcp
Share:
About
Connect the Autodesk Product Help remote MCP server at https://developer.api.autodesk.com/knowledge/public/v1/mcp. Securely access Autodesk's help documentation. Setup guides for Claude Code, Codex, Cursor, and VS Code.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Autodesk.
- What does the Autodesk MCP server do?
- The Autodesk MCP server provides programmatic access to Autodesk product help documentation. It allows developers to integrate Autodesk's extensive help content directly into their applications and workflows, facilitating easier access to technical information and guides.
- How do I configure the Autodesk MCP in my client?
- To configure the Autodesk MCP, use the endpoint https://developer.api.autodesk.com/knowledge/public/v1/mcp. Authentication is handled via OAuth. Specific setup steps depend on your client, such as Claude Code, Codex, Cursor, or VS Code.
- Does the Autodesk MCP require an API key?
- The Autodesk MCP uses OAuth for authentication. This means you will need to obtain appropriate OAuth credentials from Autodesk to access the server and its documentation. An API key is not specified as a direct requirement.
- What kind of information can I access through this MCP?
- This MCP allows access to Autodesk's product help documentation. This includes guides, tutorials, reference materials, and other product-related information for various Autodesk software, aiding in CAD, 3D, and engineering tasks.
- What are the costs associated with using the Autodesk MCP?
- The cost of using the Autodesk MCP depends on your existing Autodesk licenses and any specific API usage terms. Pricing models or direct costs for MCP access are not detailed here; refer to Autodesk's developer portal for applicable fees or usage limits.
- Is there a limitation when using the Autodesk MCP?
- A key consideration is managing OAuth authentication for access. Your application will need to properly handle token acquisition and refresh to maintain continuous access to the documentation. Users must have appropriate Autodesk permissions.
Install Autodesk
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"autodesk": {
"url": "https://…",
"transport": "http",
"authType": "oauth"
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"autodesk": {
"url": "https://…"
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"autodesk": {
"type": "http",
"url": "https://…"
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.