Skip to content

atlascloud-mcp

MCP server for AI image / video / 3D / audio (TTS, music, speech-to-text) generation & LLM chat. Use Sora 2, Veo 3, Kling 3, Seedance 2, Flux 2, Nano Banana Pro, Hunyuan 3D, Seed Audio, Suno in Claude Code, Cursor, Codex, Gemini CLI.

build.protocol_tooling.mcp#mcp#mcp-server#model-context-protocol#atlascloud#atlas-cloud#claude-code#codex#gemini-cli#cursor#cline

Install atlascloud-mcp in your MCP client

atlascloud-mcp is a Model Context Protocol server. Add it to your MCP client config once, restart, and the server's tools become available to your AI assistant. The same JSON snippet below works across all four major clients — only the config file path differs.

  1. Locate your client's MCP config file.
    • Cursor: ~/.cursor/mcp.json
    • Claude Desktop (macOS): ~/Library/Application Support/Claude/claude_desktop_config.json
    • Claude Desktop (Windows): %APPDATA%\Claude\claude_desktop_config.json
    • VS Code: Settings → Extensions → MCP
    • Windsurf: Settings → MCP Servers
  2. Add atlascloud-mcp to the mcpServers map — paste the snippet below into your config file. If you already have other MCP servers, merge the entry into the existing mcpServers object.
  3. Restart your client so it picks up the new server.
  4. Verify — ask the assistant to list available tools; atlascloud-mcp's tools should appear.
{
  "mcpServers": {
    "atlascloud-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "atlascloud-mcp"
      ]
    }
  }
}

Install atlascloud-mcp in Cursor

Open ~/.cursor/mcp.json in your editor, paste the snippet above into mcpServers, save, and restart Cursor. atlascloud-mcp will show up in the assistant's tool list on next launch.

Install atlascloud-mcp in Claude Desktop (macOS)

Open ~/Library/Application Support/Claude/claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (macOS). atlascloud-mcp will show up in the assistant's tool list on next launch.

Install atlascloud-mcp in Claude Desktop (Windows)

Open %APPDATA%\Claude\claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (Windows). atlascloud-mcp will show up in the assistant's tool list on next launch.

Install atlascloud-mcp in VS Code

Open Settings → Extensions → MCP in your editor, paste the snippet above into mcpServers, save, and restart VS Code. atlascloud-mcp will show up in the assistant's tool list on next launch.

npm package: atlascloud-mcp

Transport

atlascloud-mcp supports the following MCP transports. Most AI clients use stdio by default for locally-installed servers.

stdio

From the atlascloud-mcp 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.

Other Model Context Protocol servers in the same space as atlascloud-mcp. Each one adds different capabilities to your AI assistant — pick based on the data sources or workflows you need.

Browse the full MCP server directory or use Stork's one-line install to let your agent pick the right server automatically.