aps-mcp-server-gen

Installation
SKILL.md

APS MCP Server Generator

This skill creates a fully working MCP server project that connects to Autodesk Platform Services (APS). Follow the steps below exactly.

Step 1 — Gather Requirements

Ask the user all three questions at once if they have not already answered:

  1. Language — Node.js/TypeScript, .NET/C#, or Python?
  2. Transport — Local (STDIO, for Claude Desktop or similar) or Cloud (Streamable HTTP, for web deployment)?
  3. Authentication — Which APS auth pattern?
    • 2-legged OAuth — app accesses its own resources; no user sign-in (note: legacy, but still supported)
    • Secure Service Accounts (SSA) — automated server-to-server; acts on behalf of a real user without interactive login
    • 3-legged OAuth — user signs in via browser; server acts on their behalf

If the user's request already makes one of the choices clear (e.g., "Python FastMCP server"), skip that question.

Step 2 — Load Reference Docs

Installs
39
GitHub Stars
28
First Seen
May 1, 2026
aps-mcp-server-gen — autodesk-platform-services/skills