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-mcp3
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
| Tool | What it does |
|---|---|
generate_image | Text-to-image (and image-to-image via image_urls) |
edit_image | Image-to-image editing from source URL(s) |
generate_video | Text-to-video and image-to-video |
list_models | Discover available models and credit costs |
get_account | Workspace id, credit balance, and scopes |