Labsco
AtlasCloudAI logo

Atlas Cloud MCP Server (Image / Video / LLM APIs)

β˜… 4

from AtlasCloudAI

A powerful MCP server for AI image, video, and LLM APIs. Integrate models like Seedance and Nano Banana into your workflow with a simple, unified interface powered by Atlas Cloud.

πŸ”₯πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedAccount requiredNeeds API keys

Atlas Cloud MCP Server

English | δΈ­ζ–‡ | ζ—₯本θͺž | ν•œκ΅­μ–΄ | EspaΓ±ol | FranΓ§ais

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.

β†’ Get your free Atlas Cloud API key Β· 300+ models Β· OpenAI-compatible

Supported Models

  • 🎬 Video β€” Seedance 2.0 Β· Kling 3 Β· Sora 2 Β· Veo 3.1 Β· HappyHorse 1 Β· Grok Imagine 1.5 Β· Wan 2.7

  • 🎨 Image β€” Nano Banana 2/Pro Β· GPT Image 2 Β· Flux 2 Β· Seedream 5

  • 🧊 3D β€” Hunyuan 3D image-to-3D / text-to-3D

  • πŸ’¬ LLM β€” Claude Β· GPT Β· DeepSeek Β· MiniMax Β· Kimi Β· GLM Β· Qwen

  • πŸ”Š Audio (TTS) β€” Seed Audio Β· xAI/Grok TTS Β· ElevenLabs

  • πŸ“š Explore more β€” 300+ models Β»

Contents

  • What You Can Do

  • Quick Start

  • Available Tools

  • Usage Examples

  • Development

  • More Atlas Cloud Tools

  • License

What You Can Do

Ask your AI assistant in plain language β€” it discovers the right model, builds the parameters, and submits the job:

  • 🎨 "Make a hero image for this blog post" β€” text-to-image across Nano Banana Pro, GPT Image 2, Flux 2, Seedream, Imagen…

  • 🎬 "Turn this product photo into a 5-second ad" β€” image-to-video with Kling 3, Seedance 2, Veo 3.1, Sora 2…

  • 🧊 "Make a 3D model from this photo" β€” image-to-3D / text-to-3D with Hunyuan 3D (GLB/OBJ/USDZ output)

  • πŸ”Š "Read this script aloud" β€” text-to-speech with Seed Audio, ElevenLabs, xAI TTS

  • 🎞️ "Storyboard this script into 6 shots" β€” chain LLM β†’ image β†’ video inside one conversation

  • ✏️ "Edit this image β€” add a hat" β€” upload a local file, then run an image-editing model

  • πŸ’Έ "How much credit is left, and what did I spend this month?" β€” check balance, usage, and cost breakdowns

  • πŸ’¬ "Summarize this PDF with DeepSeek" β€” OpenAI-compatible LLM chat with Claude, GPT, DeepSeek, Qwen, GLM…

Under the hood: model discovery, dynamic per-model parameter schemas (validated before every request so invalid params fail fast without spending credits), media upload, one-step quick-generate, account balance & usage, and documentation search β€” all exposed as standard MCP tools (see Available Tools).

Claude Code

claude mcp add atlascloud -- npx -y atlascloud-mcp

OpenAI Codex CLI

codex mcp add atlascloud -- npx -y atlascloud-mcp

Gemini CLI

gemini mcp add atlascloud -- npx -y atlascloud-mcp

Goose CLI

goose mcp add atlascloud -- npx -y atlascloud-mcp

Set the ATLASCLOUD_API_KEY environment variable in your shell first.

IDEs, editors & extensions (JSON config)

Add this to your client's MCP configuration β€” works with every MCP-compatible client:

{ "mcpServers": { "atlascloud": { "command": "npx", "args": ["-y", "atlascloud-mcp"], "env": { "ATLASCLOUD_API_KEY": "your-api-key-here" } } } }

Client Where to add it Cursor Settings β†’ MCP β†’ Add Server Cline MCP Marketplace β†’ Add Server Continue config.yaml β†’ MCP Windsurf Settings β†’ MCP β†’ Add Server VS Code (Copilot) .vscode/mcp.json or Settings β†’ MCP Trae Settings β†’ MCP β†’ Add Server JetBrains IDEs Settings β†’ Tools β†’ AI Assistant β†’ MCP ChatGPT Desktop Settings β†’ MCP Amazon Q Developer MCP Configuration Roo Code Settings β†’ MCP β†’ Add Server

Prefer Skills?

If you'd rather use Skills than MCP, we also ship an Atlas Cloud Skills package for Claude Code and other skill-compatible agents.

Available Tools

Tool Description 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) with any supported audio model 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

Development

Build

npm run build

Run in development mode

npm run dev

More Atlas Cloud Tools

  • 🧰 Want to use it from the terminal? β†’ atlascloud-cli

  • πŸ€– Want to use it in Claude Code / Cursor? β†’ Atlas Cloud MCP Server

  • 🎬 Want it as a Claude Code / Codex / Gemini CLI Skill? β†’ atlas-cloud-skills

  • 🎨 ComfyUI nodes β†’ atlascloud_comfyui

  • πŸ” n8n nodes β†’ n8n-nodes-atlascloud

  • πŸ’¬ Join our Discord β†’ discord.gg/MWmMr4q9es

  • 🌐 Website β†’ atlascloud.ai

License

MIT