This guide walks through installing the Autodesk Platform Services (APS) MCP bundle directly from the Claude desktop app.
- Claude desktop app installed
- An APS application with a Client ID and Client Secret
- The
acc-mcp.mcpbbundle (build it withnpm run packor download it from releases)
In the Claude desktop app, go to Settings → Extensions.
You will see the Extension Settings panel with options for auto-updates and the built-in Node.js runtime for MCP servers. To install the bundle, click Install Extension at the bottom of the page.
Note: "Use Built-in Node.js for MCP" is enabled by default. This means the app uses its own bundled Node.js runtime (24.x) instead of any system-installed version, so Node.js does not need to be installed on your machine.
After selecting the .mcpb file, Claude shows a preview of the extension before installing.
The preview displays:
- Name: Autodesk Platform Services (APS) MCP
- Description: MCP server for Autodesk Platform Services: get tokens, list hubs, and call APS APIs.
- Developer: Pablo Derendinger
- Tools (27):
aps_login,aps_logout,aps_get_token,aps_dm_request,aps_list_hubs,aps_list_projects,aps_get_top_folders,aps_get_folder_contents,aps_get_item_details,aps_get_folder_tree, and more. - Requirements: All requirements met
Security notice: Claude warns that installing an extension grants it access to your computer. Only install extensions from developers you trust.
Click Install to proceed.
After clicking Install, a configuration dialog appears where you enter your APS application credentials.
| Field | Required | Description |
|---|---|---|
| APS Client ID | Yes | Your APS app Client ID from aps.autodesk.com |
| APS Client Secret | Yes | Your APS app Client Secret |
| APS OAuth scope(s) | No | Space-separated scopes (e.g. data:read data:write). Default: data:read |
| 3LO callback port | No | Localhost port for the 3-legged OAuth callback. Default: 8910 |
Fill in your credentials and click Save.
Once installed, the extension detail page shows the extension is Enabled with options to Uninstall or Configure.
The toggle must be blue (enabled) for the MCP tools to be available in Claude conversations. You can return to this screen at any time to reconfigure your credentials via the Configure button.
Once installed, the APS MCP tools are automatically available in your Claude conversations. Start by asking Claude to list your hubs:
List my APS hubs
For 3-legged OAuth flows (user-delegated access), use aps_login. For service-to-service access, the tools use your Client ID and Secret directly.
See the main README for a full list of available tools and the typical browsing workflow.



