Three minimal MCP servers built with Python, uv, and FastMCP. Each server demonstrates a different authentication approach for calling Autodesk Platform Services APIs.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"aps-mcp-server-pytho": {
"command": "uvx",
"args": [
"aps-mcp-server-python"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add aps-mcp-server-pytho uvx aps-mcp-server-python
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"aps-mcp-server-pytho": {
"command": "uvx",
"args": [
"aps-mcp-server-python"
]
}
}
}
📋 Copy
Or install with pip: pip install aps-mcp-server-python