MCP Server

Generate media right from your chat

Add the AI Media Studio MCP server to Claude Code, Cursor, or Claude Desktop and create images and videos without leaving your agent.

1

Get your API key

Create a key in AI Media Studio under Workspace Settings → API Keys. It starts with aims_.

2

Register the server (Claude Code)

One command registers the stdio MCP server, then restart Claude Code.

claude mcp add aims \
  -e AIMS_API_KEY=aims_... \
  -- npx -y -p @ai-media-studio/mcp@latest aims-mcp
3

Or configure manually

For Claude Desktop, Cursor, or a project .mcp.json:

{
  "mcpServers": {
    "aims": {
      "command": "npx",
      "args": ["-y", "-p", "@ai-media-studio/mcp@latest", "aims-mcp"],
      "env": { "AIMS_API_KEY": "aims_..." }
    }
  }
}
4

Generate

Just ask in natural language:

Use aims to generate a 16:9 image of a red panda
astronaut, then make a 6-second video panning across it.

Available tools

ToolWhat it does
generate_imageText-to-image (and image-to-image via image_urls)
edit_imageImage-to-image editing from source URL(s)
generate_videoText-to-video and image-to-video
list_modelsDiscover available models and credit costs
get_accountWorkspace id, credit balance, and scopes