Atlas Cloud (Image / Video / Llm Apis) MCP Server

MCP server for Atlas Cloud - AI API aggregation platform for image/video generation and LLM

Local serverstdio

What is the Atlas Cloud (Image / Video / Llm Apis) MCP server?

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.

What the server does

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.

Available 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 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

Credentials and setup notes

Configuration 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.

Installation

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.

Where it fits

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.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Atlas Cloud (Image / Video / Llm Apis).
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
atlas_search_docsSearch Atlas Cloud documentation and models by keyword
atlas_list_modelsList all available models, optionally filtered by type (Text/Image/Video/Audio)
atlas_get_model_infoGet detailed model info including API schema, parameters, and usage examples
atlas_generate_imageGenerate images and 3D models (image-to-3D / text-to-3D) with any supported Image model
atlas_generate_videoGenerate videos with any supported video model
atlas_generate_audioGenerate audio — speech (TTS) and music/songs (Suno, MiniMax Music) — with any supported audio model
atlas_transcribe_audioTranscribe speech to text (ASR) — meetings, interviews, voice notes
atlas_quick_generateOne-step image/video/audio generation — auto-finds model by keyword, builds params, and submits
atlas_upload_mediaUpload local files to get a URL for use with image-edit / image-to-video models
atlas_chatChat with LLM models (OpenAI-compatible format)
atlas_get_predictionCheck status and result of image/video/audio/3D generation tasks
atlas_get_balanceGet the account balance and credit summary for your API key
atlas_get_model_usageGet daily model usage (requests, tokens, image/video counts) over a date range
atlas_get_model_costsGet daily model cost (spend) buckets over a date range

How to install the Atlas Cloud (Image / Video / Llm Apis) MCP server

{
  "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.

Configuration

VariableDescriptionRequired
ATLASCLOUD_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Atlas Cloud (Image / Video / Llm Apis) to atlas search docs.
  • Use Atlas Cloud (Image / Video / Llm Apis) to atlas list models.
  • Use Atlas Cloud (Image / Video / Llm Apis) to atlas get model info.

Frequently asked questions

Node.js ≥18 and an Atlas Cloud API key. The API key is free and obtained from atlascloud.ai.