Skip to content
Grok

Chutes Media MCP for Grok

io.github.thestreamcode/chutes-media-mcp

Generate image, video, music and speech through Chutes and save assets into your project.

client:Grok transport:stdio runtime:npm

Install Chutes 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": {
    "chutes-media-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "chutes-media-mcp"
      ],
      "env": {
        "CHUTES_API_KEY": "<CHUTES_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

Chutes Media MCP in other clients