Skip to content
Grok

media mcp for Grok

io.github.avclabs/media-mcp

MCP Server for video enhancement and image segmentation (SAM3)

client:Grok transport:stdio runtime:npm

Install media mcp in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

media mcp in other clients