Create AI Images and Video Inside Claude

Connect Claude to Ambience AI with the Model Context Protocol. Describe what you want in your chat, and your creation lands in your library.

  • Works with Claude Desktop and Claude Code
  • One command to set up
  • Included with the Business plan
claude_desktop_config.json
{
  "mcpServers": {
    "ambience": {
      "command": "npx",
      "args": ["-y", "@ambienceai/mcp-server"],
      "env": {
        "AMBIENCE_ACCESS_TOKEN": "YOUR_TOKEN"
      }
    }
  }
}

Your Creative Studio, In Your Chat

The MCP server gives Claude the full set of Ambience AI creative tools. Ask in plain language, and Claude handles the rest.

Images in Your Chat

Describe a scene and get a finished image without leaving the conversation. Multi-image editing and composition are included.

Video Generation

Turn a description into a video clip. Claude tracks long-running creations and tells you when they're ready.

Music and Speech

Create instrumental tracks, songs with lyrics, ambient soundscapes, and natural-sounding speech from text.

Upscale and Transcribe

Upscale images up to 4x for print-ready quality, and transcribe audio into text, subtitles, or captions.

Your Library, Everywhere

Everything Claude creates is saved to your Ambience AI library, ready to share, remix, or use in your next project.

Secure by Design

The open-source server stores no secrets. It forwards your API token, which you can delete anytime from settings.

Set Up in Three Steps

Setup takes about five minutes. The setup guide walks you through every step.

1

Create Your API Token

In your Ambience AI settings, create a token and choose what Claude is allowed to do, from images to your full creative toolkit.

2

Add the Server to Claude

Paste one command into Claude Code, or add a short config to Claude Desktop. Your token connects your account securely.

3

Ask Claude to Create

Describe an image, a video, or a soundtrack in your chat. Your creation is saved to your Ambience AI library.

Ready to Create with Claude?

MCP access is included with the Business plan, along with shared team credits and project workspaces.

Frequently Asked Questions

Everything you need to know about connecting Claude to Ambience AI.

It's an open-source npm package (@ambienceai/mcp-server) that connects Claude to Ambience AI through the Model Context Protocol. Once connected, Claude can create images, videos, music, and speech with your Ambience AI account while you chat.

It works with Claude Desktop and Claude Code. Both connect to the server through a local MCP configuration with your API token.

Claude can create images, videos, music, and speech, transcribe audio, upscale images up to 4x, check your credit balance, and browse your library. Everything Claude creates is saved to your Ambience AI library, ready to share or remix.

MCP access is included with the Business plan. Once you're on Business, you can create API tokens from your Ambience AI settings.

You create an API token in your Ambience AI settings and add it to your Claude configuration. The server forwards your token to Ambience AI and stores no secrets of its own. Tokens expire after 90 days, and you can delete them anytime.

Yes. Creations made through Claude use the same credits as the Ambience AI app, so your balance and billing stay in one place.

Yes. The server is MIT licensed and published on GitHub and npm as @ambienceai/mcp-server.