Back to MCP Servers

Agent Media

CLI and MCP server for AI video and image generation with unified access to 7 models (Kling, Veo, Sora, Seedance, Flux, Grok Imagine). Provides 9 tools for generating, managing, and browsing media.

art-cultureaiagent

Installation

npx -y agent-media

Configuration

{
  "mcpServers": {
    "agent-media": {
      "command": "npx",
      "args": ["-y", "agent-media"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub