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

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

Atlas Cloud MCP Server enables developers to access state-of-the-art AI models for image generation, video generation, and LLMs through a unified MCP interface. Fast, scalable, and cost-efficient alternative to traditional AI providers.

Category
Visit Server

README

<p align="center"> <img src="https://www.atlascloud.ai/logo.svg" alt="Atlas Cloud" width="80" /> </p>

<h1 align="center">Atlas Cloud MCP Server</h1>

<p align="center"> <a href="https://www.npmjs.com/package/atlascloud-mcp"><img src="https://img.shields.io/npm/v/atlascloud-mcp.svg?style=flat&colorA=18181B&colorB=28CF8D" alt="npm version" /></a> <a href="https://www.npmjs.com/package/atlascloud-mcp"><img src="https://img.shields.io/npm/dm/atlascloud-mcp.svg?style=flat&colorA=18181B&colorB=28CF8D" alt="npm downloads" /></a> <a href="https://github.com/AtlasCloudAI/mcp-server"><img src="https://img.shields.io/github/license/AtlasCloudAI/mcp-server?style=flat&colorA=18181B&colorB=28CF8D" alt="license" /></a> <a href="https://github.com/AtlasCloudAI/mcp-server"><img src="https://img.shields.io/github/stars/AtlasCloudAI/mcp-server?style=flat&colorA=18181B&colorB=28CF8D" alt="github stars" /></a> </p>

<p align="center"> English | <a href="./docs/README.zh-CN.md">中文</a> | <a href="./docs/README.ja.md">日本語</a> | <a href="./docs/README.ko.md">한국어</a> | <a href="./docs/README.es.md">Español</a> | <a href="./docs/README.fr.md">Français</a> </p>

<p align="center"> MCP (Model Context Protocol) server for <a href="https://www.atlascloud.ai">Atlas Cloud</a> — an AI API aggregation platform providing access to image generation, video generation, and LLM models. </p>


Features

  • Model Discovery — List and explore 300+ available AI models with pricing and capabilities
  • Image Generation — Generate images using models like Seedream, Qwen-Image, Flux, Imagen, etc.
  • Video Generation — Generate videos using models like Kling, Vidu, Seedance, Wan, Hailuo, Veo, etc.
  • LLM Chat — Chat with LLM models (OpenAI-compatible) including DeepSeek, Qwen, GLM, MiniMax, etc.
  • Media Upload — Upload local images/media for use with image-editing and image-to-video models
  • Quick Generate — One-step generation with automatic model search and parameter building
  • Documentation Search — Search Atlas Cloud docs, models, and API references directly from your IDE
  • Dynamic Schema — Automatically fetches each model's parameter schema for accurate API usage

Quick Start

Prerequisites

IDEs & Editors (JSON Config)

Add to your MCP configuration file — works with all MCP-compatible IDEs and editors:

{
  "mcpServers": {
    "atlascloud": {
      "command": "npx",
      "args": ["-y", "atlascloud-mcp"],
      "env": {
        "ATLASCLOUD_API_KEY": "your-api-key-here"
      }
    }
  }
}
Client Config File Location
Cursor Settings → MCP → Add Server
Windsurf Settings → MCP → Add Server
VS Code (Copilot) .vscode/mcp.json or Settings → MCP
Trae Settings → MCP → Add Server
Zed Settings → MCP
JetBrains IDEs Settings → Tools → AI Assistant → MCP
Claude Desktop claude_desktop_config.json
ChatGPT Desktop Settings → MCP
Amazon Q Developer MCP Configuration

VS Code Extensions

These VS Code extensions also support MCP with the same JSON config format:

Extension Install
Cline MCP Marketplace → Add Server
Roo Code Settings → MCP → Add Server
Continue config.yaml → MCP

CLI Tools

# Claude Code
claude mcp add atlascloud -- npx -y atlascloud-mcp

# Gemini CLI
gemini mcp add atlascloud -- npx -y atlascloud-mcp

# OpenAI Codex CLI
codex mcp add atlascloud -- npx -y atlascloud-mcp

# Goose CLI
goose mcp add atlascloud -- npx -y atlascloud-mcp

For CLI tools, make sure to set the ATLASCLOUD_API_KEY environment variable in your shell.

Skills Version (Claude Code)

If you prefer using Skills instead of MCP, we also offer 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)
atlas_get_model_info Get detailed model info including API schema, parameters, and usage examples
atlas_generate_image Generate images with any supported image model
atlas_generate_video Generate videos with any supported video model
atlas_quick_generate One-step 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 generation tasks

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:

  1. Use atlas_list_models to find Seedream image models
  2. Use atlas_get_model_info to get the model's parameters
  3. Use atlas_generate_image with the correct parameters

Generate a video

"Create a video of a rocket launch using Kling v3"

The assistant will:

  1. Find the Kling video model
  2. Get its schema to understand required parameters
  3. Use atlas_generate_video with 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:

  1. Use atlas_upload_media to upload the local file and get a URL
  2. Find an image-editing model
  3. Use atlas_generate_image with 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.

Chat with an LLM

"Ask Qwen to explain quantum computing"

The assistant will use atlas_chat with the Qwen model.

Development

# Install dependencies
npm install

# Build
npm run build

# Run in development mode
npm run dev

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured