
Autodesk Platform Services
STDIOMCP server providing access to Autodesk Platform Services API with fine-grained access control.
MCP server providing access to Autodesk Platform Services API with fine-grained access control.
Experimental Model Context Protocol server build with Node.js, providing access to Autodesk Platform Services API, with fine-grained access control using the new Secure Service Accounts feature.
yarn install
yarn run build
APS_CLIENT_ID
- your APS application client IDAPS_CLIENT_SECRET
- your APS application client secretnpx create-service-account ssa-test-user John Doe
APS_SA_ID
- your service account IDAPS_SA_EMAIL
- your service account emailAPS_SA_KEY_ID
- your service account key IDAPS_SA_PRIVATE_KEY
- your service account private keyyarn run inspect
Connect
to start this MCP server and connect to it{ "mcpServers": { "autodesk-platform-services": { "command": "node", "args": [ "/absolute/path/to/aps-mcp-server/build/server.js" ] } } }
For more details on how to add MCP servers to Claude Desktop, see the official documentation.