Skip to content
Cursor

Chutes Media MCP for Cursor

io.github.thestreamcode/chutes-media-mcp

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

client:Cursor transport:stdio runtime:npm

Install Chutes Media MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Chutes Media MCP in other clients