Atlas Cloud MCP Server (Image / Video / LLM APIs)
The Atlas Cloud MCP Server gives AI assistants access to 300+ image, video, and LLM models through Atlas Cloud's API. Here's what you can do:
Search & Discover Models (
atlas_search_docs,atlas_list_models): Search documentation by keyword or browse all available models filtered by type (Text, Image, Video), including pricing and descriptions.Get Model Details (
atlas_get_model_info): Retrieve full API documentation for any model, including input/output schema, required/optional parameters, pricing, and usage examples.Generate Images (
atlas_generate_image): Create images using supported models (e.g., Nano Banana Pro, GPT Image 2, Flux 2, Seedream) with model-specific parameters.Generate Videos (
atlas_generate_video): Create videos using supported models (e.g., Kling 3, Seedance 2.0, Veo 3.1, Sora 2) from text prompts or source images.Chat with LLMs (
atlas_chat): Send chat completion requests in OpenAI-compatible format to models like Claude, GPT, DeepSeek, Qwen, and more.Quick One-Step Generation (
atlas_quick_generate): Auto-find a model by keyword, build parameters automatically, and submit an image or video generation job in a single step.Upload Local Media (
atlas_upload_media): Upload local files to get a publicly accessible URL for use in image-editing or image-to-video tasks.Check Generation Status (
atlas_get_prediction): Poll the status and retrieve output URLs for image/video generation tasks after submission.
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 Β»
Related MCP server: universal-image-mcp
Contents
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).
Quick Start
Prerequisites
Node.js >= 18
Atlas Cloud API Key β Get one free at atlascloud.ai
See .env.example for the environment variable to set.
CLI agents (one-line install)
The fastest path β these AI coding agents add the server with a single command:
# 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-mcpSet the
ATLASCLOUD_API_KEYenvironment 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 |
Settings β MCP β Add Server | |
MCP Marketplace β Add Server | |
| |
Settings β MCP β Add Server | |
| |
Settings β MCP β Add Server | |
Settings β Tools β AI Assistant β MCP | |
Settings β MCP | |
MCP Configuration | |
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 |
| Search Atlas Cloud documentation and models by keyword |
| List all available models, optionally filtered by type (Text/Image/Video/Audio) |
| Get detailed model info including API schema, parameters, and usage examples |
| Generate images and 3D models (image-to-3D / text-to-3D) with any supported Image model |
| Generate videos with any supported video model |
| Generate audio / speech (TTS) with any supported audio model |
| One-step image/video/audio generation β auto-finds model by keyword, builds params, and submits |
| Upload local files to get a URL for use with image-edit / image-to-video models |
| Chat with LLM models (OpenAI-compatible format) |
| Check status and result of image/video/audio/3D generation tasks |
| Get the account balance and credit summary for your API key |
| Get daily model usage (requests, tokens, image/video counts) over a date range |
| Get daily model cost (spend) buckets over a date range |
Usage Examples
Search for models
"Search Atlas Cloud for video generation models"
Your AI assistant will use atlas_search_docs or atlas_list_models to find relevant models.
Generate an image
"Generate an image of a cat in space using Seedream"
The assistant will:
Use
atlas_list_modelsto find Seedream image modelsUse
atlas_get_model_infoto get the model's parametersUse
atlas_generate_imagewith the correct parameters
Generate a video
"Create a video of a rocket launch using Kling v3"
The assistant will:
Find the Kling video model
Get its schema to understand required parameters
Use
atlas_generate_videowith appropriate parameters
Upload a local image for editing or video generation
"Edit this image /Users/me/photos/cat.jpg to add a hat"
The assistant will:
Use
atlas_upload_mediato upload the local file and get a URLFind an image-editing model
Use
atlas_generate_imagewith the uploaded URL
Note: Uploaded files are for temporary use with Atlas Cloud generation tasks only. Files may be cleaned up periodically. Do not use this as permanent file hosting β abuse may result in API key suspension.
Generate speech (TTS)
"Read this sentence aloud with Seed Audio: Welcome to Atlas Cloud"
The assistant will:
Use
atlas_list_modelswithtype="Audio"to find the TTS modelUse
atlas_generate_audiowith the text to synthesizeUse
atlas_get_predictionto retrieve the generated audio URL
Generate a 3D model
"Turn this product photo into a 3D model with Hunyuan 3D"
3D models are Image-type models, so the assistant uses atlas_generate_image with the image parameter and retrieves a GLB/OBJ/USDZ file via atlas_get_prediction.
Chat with an LLM
"Ask Qwen to explain quantum computing"
The assistant will use atlas_chat with the Qwen model.
Check balance and usage
"How much Atlas Cloud credit do I have left, and what did I spend this month?"
The assistant will use atlas_get_balance for the current balance and atlas_get_model_costs for the spend breakdown.
Development
# Install dependencies
npm install
# Build
npm run build
# Run in development mode
npm run devMore 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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AtlasCloudAI/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server