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 secrettest-account-1
): npx create-service-account test-account-1
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.
{
"mcpServers": {
"autodesk-platform-services": {
"env": {},
"args": [
"/absolute/path/to/aps-mcp-server/build/server.js"
],
"command": "node"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.