MCP server for Atlas Cloud - AI API aggregation platform for image/video generation and LLM
Connect Atlas Cloud (Image / Video / Llm Apis) to Claude, Cursor or any other MCP client and it stops being a tab you switch to. MCP server for Atlas Cloud - AI API aggregation platform for image/video generation and LLM. The atlas cloud (image / video / llm apis) mcp server is what makes that connection.
Use Atlas Cloud's 300+ image / video / LLM models in Claude Code, Codex, Gemini CLI, Cursor, Cline and more. Generate images, videos & chat via standard MCP tools.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
atlas_search_docs — Search Atlas Cloud documentation and models by keywordatlas_list_models — List all available models, optionally filtered by type (Text/Image/Video/Audio)atlas_get_model_info — Get detailed model info including API schema, parameters, and usage examplesatlas_generate_image — Generate images and 3D models (image-to-3D / text-to-3D) with any supported Image modelatlas_generate_video — Generate videos with any supported video modelatlas_generate_audio — Generate audio — speech (TTS) and music/songs (Suno, MiniMax Music) — with any supported audio modelatlas_transcribe_audio — Transcribe speech to text (ASR) — meetings, interviews, voice notesatlas_quick_generate — One-step image/video/audio generation — auto-finds model by keyword, builds params, and submitsatlas_upload_media — Upload local files to get a URL for use with image-edit / image-to-video modelsatlas_chat — Chat with LLM models (OpenAI-compatible format)atlas_get_prediction — Check status and result of image/video/audio/3D generation tasksatlas_get_balance — Get the account balance and credit summary for your API keyConfiguration is passed through the environment: ATLASCLOUD_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
.env.example for the environment variable to set.Installation goes through your MCP client rather than a global install: point it at atlascloud-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
This sits in the AI and media services group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Atlas Cloud (Image / Video / Llm Apis)'s toolset — atlas_search_docs, atlas_list_models, atlas_get_model_info and 11 more — is a fair guide to whether it matches your workflow. It is maintained by AtlasCloudAI; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Atlas Cloud (Image / Video / Llm Apis)'s own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| atlas_search_docs | Search Atlas Cloud documentation and models by keyword |
| atlas_list_models | List all available models, optionally filtered by type (Text/Image/Video/Audio) |
| atlas_get_model_info | Get detailed model info including API schema, parameters, and usage examples |
| atlas_generate_image | Generate images and 3D models (image-to-3D / text-to-3D) with any supported Image model |
| atlas_generate_video | Generate videos with any supported video model |
| atlas_generate_audio | Generate audio — speech (TTS) and music/songs (Suno, MiniMax Music) — with any supported audio model |
| atlas_transcribe_audio | Transcribe speech to text (ASR) — meetings, interviews, voice notes |
| atlas_quick_generate | One-step image/video/audio generation — auto-finds model by keyword, builds params, and submits |
| atlas_upload_media | Upload local files to get a URL for use with image-edit / image-to-video models |
| atlas_chat | Chat with LLM models (OpenAI-compatible format) |
| atlas_get_prediction | Check status and result of image/video/audio/3D generation tasks |
| atlas_get_balance | Get the account balance and credit summary for your API key |
| atlas_get_model_usage | Get daily model usage (requests, tokens, image/video counts) over a date range |
| atlas_get_model_costs | Get daily model cost (spend) buckets over a date range |
{
"mcpServers": {
"server-atlascloudai": {
"command": "npx",
"args": ["-y", "atlascloud-mcp"],
"env": {
"ATLASCLOUD_API_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
.env.example for the environment variable to set.| Variable | Description | Required |
|---|---|---|
| ATLASCLOUD_API_KEY | Credential the server authenticates with. | Yes |
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Give your assistant a voice — text-to-speech, voice cloning and audio tools from the ElevenLabs API.
Give your assistant a real code sandbox — isolated cloud VMs for actually running the code it writes.
The ML hub in your context window — search models, datasets, papers and run Spaces from the official server.