
RAPS
Supports UIby dmytro-yemelianov
Comprehensive Rust-based CLI and MCP server for Autodesk Platform Services (APS).
What it does
RAPS (Rust Autodesk Platform Services) provides a powerful bridge between AI assistants and the Autodesk ecosystem. It allows AI agents to manage CAD files, automate design workflows, and interact with BIM 360/ACC data using natural language.
Tools
- bucket_list: List all OSS buckets.
- bucket_create: Create a new storage bucket.
- object_upload: Upload files to Autodesk OSS.
- translate_start: Start translating CAD files to SVF2 or other formats.
- hub_list: List available hubs in the Autodesk account.
- project_list: List projects within a specific hub.
Installation
{
"mcpServers": {
"raps": {
"command": "raps",
"args": ["mcp"],
"env": {
"APS_CLIENT_ID": "your_client_id",
"APS_CLIENT_SECRET": "your_client_secret"
}
}
}
}
Supported hosts
Claude Desktop, Cursor
Quick install
curl -fsSL https://raw.githubusercontent.com/dmytro-yemelianov/raps/main/install.sh | bashInformation
- Pricing
- free
- Published
- 4/28/2026
- stars






