PluginBench
MCP Server

io.github.yuvalsuede/agent-media MCP Server

io.github.yuvalsuede/agent-media

What is the io.github.yuvalsuede/agent-media MCP server?

Generate AI UGC videos with talking heads, B-roll, and subtitles.

How to install io.github.yuvalsuede/agent-media

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • AGENT_MEDIA_API_KEY
    required
    secret

    API key (ma_xxx format) from agent-media.ai

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-media": {
      "command": "npx",
      "args": [
        "-y",
        "@agentmedia/mcp-server"
      ],
      "env": {
        "AGENT_MEDIA_API_KEY": "<YOUR_AGENT_MEDIA_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agent-media": {
      "command": "npx",
      "args": [
        "-y",
        "@agentmedia/mcp-server"
      ],
      "env": {
        "AGENT_MEDIA_API_KEY": "<YOUR_AGENT_MEDIA_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agent-media": {
      "command": "npx",
      "args": [
        "-y",
        "@agentmedia/mcp-server"
      ],
      "env": {
        "AGENT_MEDIA_API_KEY": "<YOUR_AGENT_MEDIA_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agent-media": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agentmedia/mcp-server"
      ],
      "env": {
        "AGENT_MEDIA_API_KEY": "<YOUR_AGENT_MEDIA_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add agent-media --env AGENT_MEDIA_API_KEY=<YOUR_AGENT_MEDIA_API_KEY> -- npx -y @agentmedia/mcp-server

Related MCP servers

Task management for AI agents with hierarchical tasks, dependencies, sprints, and coordination.

View repository →

Persistent memory + git snapshots for Claude Code. Never lose context or code.

View repository →