Atlas Cloud Mcp Server (image / Video / Llm Apis)
@AtlasCloudAI
About Atlas Cloud Mcp Server (image / Video / Llm Apis)
MCP server for Atlas Cloud - AI API aggregation platform for image/video generation and LLM
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"atlascloud": {
"command": "node",
"args": [
"index.js"
],
"env": {
"ATLAS_API_KEY": "<YOUR_API_KEY>"
}
}
}
}Tools
13Search 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
Overview
What is Atlas Cloud Mcp Server (image / Video / Llm Apis)?
Atlas Cloud MCP Server lets you access over 300 image, video, LLM, audio, and 3D models from Atlas Cloud directly inside AI coding agents and IDEs that support the Model Context Protocol (MCP). It provides standard MCP tools for generating images and videos, chatting with LLMs, uploading media, checking balances, and searching documentation. It is designed for developers using Claude Code, Cursor, Cline, Gemini CLI, and similar tools.
How to use Atlas Cloud Mcp Server (image / Video / Llm Apis)?
Install by running a one‑line npx command or by adding a JSON configuration to your MCP‑compatible client. You must have Node.js ≥18 and an Atlas Cloud API key, set as the ATLASCLOUD_API_KEY environment variable. For CLI agents such as Claude Code or Gemini CLI, use claude mcp add atlascloud -- npx -y atlascloud-mcp. For IDEs like Cursor or VS Code, add a JSON block to your MCP settings with npx -y atlascloud-mcp as the command and your API key in the env section.
Key features of Atlas Cloud Mcp Server (image / Video / Llm Apis)
- 300+ models: video, image, 3D, LLM, and audio TTS.
- Dynamic per‑model parameter schemas validated before every request.
- One‑step quick‑generate that auto‑finds the right model by keyword.
- Media upload for local images (temporary, for generation tasks only).
- Account balance, usage, and cost breakdown tools.
- Searchable documentation and model catalog.
Use cases of Atlas Cloud Mcp Server (image / Video / Llm Apis)
- Generate a hero image for a blog post using text‑to‑image models.
- Turn a product photo into a 5‑second video ad with image‑to‑video.
- Create a 3D model from a photo with Hunyuan 3D.
- Convert a script to speech using TTS models.
- Check credit balance and monthly spending directly from your AI assistant.
FAQ from Atlas Cloud Mcp Server (image / Video / Llm Apis)
What runtime dependencies are required?
Node.js ≥18 and an Atlas Cloud API key. The API key is free and obtained from atlascloud.ai.
How do uploaded media files work?
Uploaded files are temporary and used only for Atlas Cloud generation tasks. They may be cleaned up periodically and are not permanent hosting. Abuse may result in API key suspension.
What MCP transport is used?
The server uses standard stdio transport via npx -y atlascloud-mcp. Configuration is added to each client’s MCP settings, either with environment variables or through the client’s specific UI/JSON configuration.
Is there an alternative to MCP?
Yes. Atlas Cloud also ships a Skills package for Claude Code and other skill‑compatible agents, as well as a CLI tool, ComfyUI nodes, and n8n nodes.
Can I chat with LLMs using this server?
Yes. The atlas_chat tool provides OpenAI‑compatible chat with models such as Claude, GPT, DeepSeek, Qwen, and others.
More Media & Design MCP servers
Vibe Design System
mondaycom🎨 Vibe Design System - Official monday.com UI resources for application development in React.js
MCP Google Map Server
cablateA powerful Model Context Protocol (MCP) server providing comprehensive Google Maps API integration with LLM processing capabilities.
Video Editor MCP server
burningionMCP Interface for Video Jungle

BibiGPT AI video & audio summarizer
JimmyLvOpenClaw / Claude Code / Codex Agent skill for summarizing videos/audio via BibiGPT CLI (bibi)
Photoshop MCP Server
loonghaoA Model Context Protocol (MCP) server that interfaces with Adobe Photoshop's Python API. Enables LLMs to execute image editing operations, automate workflows, and manage Photoshop tasks through structured commands and context-aware interactions.
Comments