Connect your AI client to Autodesk Help documentation (110+ products, multiple languages)—then retrieve trusted help content in seconds.
This server uses Streamable HTTP transport (MCP over HTTP).
Use the Autodesk-hosted production endpoint:
| Endpoint | Audience | Auth required |
|---|---|---|
https://developer.api.autodesk.com/knowledge/public/v1/mcp |
Public | No |
In your client, try one of these:
Use these as repeatable patterns for common product support scenarios.
| Scenario | Tools (typical order) | Prompt template | Next step |
|---|---|---|---|
| Validate product + version (so you can scope searches) | get_available_products |
"List available products. For <product>, list supported releases and the exact values I should use." |
Use the resolved product + release in your follow-up prompts. |
| Troubleshoot an error message / code | search_help_content |
"Search help content for \"<exact error text>\" in <product> <version> in <locale>." |
Open the best match and ask for the fix steps + prerequisites. |
| Installation, upgrade, or uninstall steps | search_help_content |
"Search help content for <install/upgrade/uninstall keywords> in <product> <version> in <locale>." |
Ask for a short checklist (steps + what to verify after). |
| Licensing / sign-in / entitlement issues | search_help_content |
"Search help content for <license/sign-in keywords> in <product> <version> in <locale>." |
Ask for a decision tree (common causes → how to confirm). |
| Feature how-to / workflow guidance | search_help_content |
"Search help content for <feature keywords> in <product> <version> in <locale>." |
Ask for the canonical steps and any version-specific differences. |
| System requirements / compatibility | search_help_content |
"Search help content for system requirements for <product> <version> in <locale>." |
Ask for a summarized requirements list (OS, CPU, RAM, GPU). |

Use these with your MCP-enabled client:
| Application | Prompt |
|---|---|
| Tool discovery | "List the available tools for this server and what each one does." |
| Find the right product/version | "List available products." |
| Validate product + release | "For Revit, list the supported releases and the exact values I should use." |
| Search | "Search help content for 'install network license' in AutoCAD 2025 in English (en_US)." |
| Locale/language | "I want results in German—what locale should I provide for tool inputs (for example de_DE)?" |