Autodesk Product Help
Securely access Autodesk's help documentation
About Autodesk Product Help
Autodesk Product Help connects AI agents to Autodesk official product documentation across more than 110 products. The read-only MCP server helps assistants search, navigate, and retrieve trusted help content for product questions, onboarding, and support workflows.
Connection details
https://developer.api.autodesk.com/knowledge/public/v1/mcpTransport
Streamable HTTP
Authentication
OAuth
Setup
claude mcp add autodesk-product-help --transport http https://developer.api.autodesk.com/knowledge/public/v1/mcpFrequently asked questions
What is the Autodesk Product Help remote MCP server?
The Autodesk Product Help remote MCP server is a hosted Model Context Protocol endpoint at https://developer.api.autodesk.com/knowledge/public/v1/mcp, so AI assistants can connect to it without installing or running anything locally.
How do I connect to the Autodesk Product Help MCP server?
Add the endpoint https://developer.api.autodesk.com/knowledge/public/v1/mcp to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.
Does the Autodesk Product Help MCP server require authentication?
Yes. Autodesk Product Help uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.
Which transport does the Autodesk Product Help MCP server use?
Autodesk Product Help exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.