Autodesk MCP servers differ in how they authenticate you and what access they require. Some require no authentication at all. Some ask you to sign in with your Autodesk account. Others are reached only through an Autodesk product that handles authentication for you.
This topic explains these models so you know what to expect before you connect. Because each server defines its own authentication, the exact flow, the client support required, and where access is managed are documented with that server. This topic describes the concepts; the server-specific documentation describes the procedure.
An MCP server authenticates you only to the extent its capabilities require:
As a result, the authentication model reflects what the server does and where it runs. Whatever the model, the server remains responsible for validating each request, enforcing its execution boundaries, and acting only within the access you have. For more information, see About Autodesk MCP Servers.
Autodesk MCP servers currently use one of three models. Check the server's documentation to confirm which one applies.
| Model | Typically used by | What you do |
|---|---|---|
| No authentication | Local servers, and public remote servers | Nothing — you connect without signing in |
| Autodesk account sign-in | Cloud servers that access your Autodesk data | Sign in with your Autodesk account through your client |
| Host-managed | Servers reached through an Autodesk product | Sign in to the product; it handles authentication for you |
Some servers do not require you to sign in. This is typical of:
Even without authentication, the server still validates requests and enforces its defined boundaries.
Cloud-hosted servers that access your Autodesk data require you to sign in with your Autodesk account. When you connect, your client prompts you to sign in through a built-in authentication flow. This flow follows the Model Context Protocol authorization specification and uses Client ID Metadata Documents (CIMD), the recommended method for client integrations. The server then acts within the access associated with your account.
Two things follow from this model:
Some servers are not connected directly at all. Instead, you use them through a supported Autodesk product experience, and that host application handles authentication on your behalf. You sign in to the Autodesk product as usual. The host obtains and exchanges the tokens the server requires, and you never configure MCP URLs or credentials yourself. Access depends on your account entitlements and, in some cases, on the server being available for your product, region, or license.
Authentication confirms who you are; authorization determines what you are allowed to do. A server may authenticate you successfully and still reject a request when the request:
If a well-formed request is rejected, this is usually an authorization or policy decision rather than an authentication failure. See the authorization and policy guidance in Handling Unexpected Results.
Because authentication is server-specific, always confirm the requirements before you connect. For each server, its documentation describes:
Use this topic to understand the model, then follow the server's connection documentation for the exact steps.