Skip to content
Cline

media mcp for Cline

io.github.avclabs/media-mcp

MCP Server for video enhancement and image segmentation (SAM3)

client:Cline transport:stdio runtime:npm

Install media mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "media-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@avclabs.ai/media-mcp"
      ],
      "env": {
        "API_KEY": "<API_KEY>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

media mcp in other clients