aps-mcp-server-python

autodesk-platform-services/aps-mcp-server-python
★ 3 stars Python 🔒 Security Updated today
Three minimal MCP servers built with Python, uv, and FastMCP. Each server demonstrates a different authentication approach for calling Autodesk Platform Services APIs.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aps-mcp-server-pytho": {
      "command": "uvx",
      "args": [
        "aps-mcp-server-python"
      ]
    }
  }
}

Or install with pip: pip install aps-mcp-server-python