Autodesk Platform Services
STDIOModel Context Protocol server for Autodesk Platform Services with secure service accounts.
Model Context Protocol server for Autodesk Platform Services with secure service accounts.
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 <username> <first name> <last name>
, for example, npx 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.
{ "servers": { "Autodesk Platform Services": { "type": "stdio", "command": "node", "args": [ "/absolute/path/to/aps-mcp-server/build/server.js" ] } } }
For more details on how to add MCP servers to Visual Studio Code, see the documentation
{ "mcpServers": { "Autodesk Platform Services": { "command": "node", "args": [ "/Users/brozp/Code/Temp/aps-mcp-server-node/build/server.js" ] } } }
For more details on how to add MCP servers to Cursor, see the documentation