# Chutes Media MCP (npm · chutes-media-mcp)

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

- Trust score: 80/100 (high trust)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-24

## Components

- npm · `chutes-media-mcp`: 80/100 (this document), [markdown](https://verifymcp.io/servers/thestreamcode-chutes-media-mcp/chutes-media-mcp.md), [page](https://verifymcp.io/servers/thestreamcode-chutes-media-mcp/chutes-media-mcp)

## Channel facts

- Registry: `npm`
- Package: `chutes-media-mcp`
- Version: `2.0.5`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-24.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 31 of 96 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 48/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 46 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 68/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 547 tokens (~182/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 87/100
  - Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 86/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 50% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Chutes Media MCP server?

Chutes Media MCP runs locally as an npm package, launched with npx -y chutes-media-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add thestreamcode-chutes-media-mcp -- npx -y chutes-media-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "thestreamcode-chutes-media-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chutes-media-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "thestreamcode-chutes-media-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chutes-media-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add thestreamcode-chutes-media-mcp -- npx -y chutes-media-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "thestreamcode-chutes-media-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "chutes-media-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add thestreamcode-chutes-media-mcp --command npx --arg -y --arg chutes-media-mcp
```

### Hermes

```yaml
mcp_servers:
  thestreamcode-chutes-media-mcp:
    command: "npx"
    args: ["-y", "chutes-media-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "thestreamcode-chutes-media-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "chutes-media-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add thestreamcode-chutes-media-mcp -t stdio -c npx -a -y chutes-media-mcp
```

### Other

```json
{
  "mcpServers": {
    "thestreamcode-chutes-media-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chutes-media-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-23 (score 80, +1)

No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-22 (score 79, −3)

- [functional] Stability: pass → 0.80

### 2026-09-21 (score 82, 0)

- [security] Stability: 0.97 → pass

### 2026-09-20 (score 82, +1)

No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-18 (score 81, +1)

No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-16 (score 80, +1)

No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-15 (score 79, −3)

- [functional] Stability: pass → 0.80

### 2026-09-14 (score 82, 0)

- [security] Stability: 0.97 → pass

## MCP tools (3)

### `list_media_models` (~79 tokens)

List Chutes media models

List available Chutes media-generation models (image / video / music / speech), optionally filtered by kind or a free-text query. Use this to discover a model, then call describe_media_model before generate_media.

Input parameters:

- `kind` (string)
- `limit` (integer)
- `query` (string): Free-text filter on the model name.

Output parameters:

- `count` (integer)
- `models` (array)

### `describe_media_model` (~88 tokens)

Describe a Chutes media model

Fetch a model's live cords and input schemas so you can compose a valid request. ALWAYS call this before generate_media for an unfamiliar model. Returns every cord (e.g. generate, and img2img/inpaint when present) with its required fields, types, defaults and a minimal example payload.

Input parameters:

- `model` (string, required): Model name/slug, e.g. owner/model-slug.

Output parameters:

- `cords` (array)
- `invokeBaseUrl` (string)
- `kind` (string)
- `model` (string)
- `supportsEditing` (boolean)
- `tagline` (string)

### `generate_media` (~188 tokens)

Generate media with Chutes

Run a generation and save the asset into the workspace. `params` is the payload you composed from describe_media_model. For editing, `params` may reference workspace file paths (e.g. image, mask) which the server reads and encodes. The asset is saved under output_dir (default ./assets/chutes/<kind>/) and the saved path is returned. Long video/music jobs block with progress updates.

Input parameters:

- `cord` (string): Operation/cord (e.g. img2img); defaults to the primary one.
- `filename` (string)
- `kind` (string, required)
- `model` (string, required)
- `output_dir` (string): Output directory relative to CWD.
- `overwrite` (boolean): Explicitly replace an existing asset and sidecar.
- `params` (object, required): Payload matching the cord's input schema.
- `timeout_ms` (integer)

Output parameters:

- `bytes` (integer)
- `contentType` (string)
- `cord` (string)
- `cost` (number)
- `durationMs` (number)
- `kind` (string)
- `model` (string)
- `path` (string)
- `provenancePath` (string)
- `schemaHash` (string)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/thestreamcode-chutes-media-mcp/chutes-media-mcp#diagnostics

## Score history

- 2026-09-24: 80
- 2026-09-23: 80
- 2026-09-22: 79
- 2026-09-21: 82
- 2026-09-20: 82
- 2026-09-19: 81
- 2026-09-18: 81
- 2026-09-17: 80
- 2026-09-16: 80
- 2026-09-15: 79
- 2026-09-14: 82
- 2026-09-13: 82
- 2026-09-12: 81
- 2026-09-11: 81
- 2026-09-10: 80
- 2026-09-09: 80
- 2026-09-08: 79
- 2026-09-07: 82
- 2026-09-06: 82
- 2026-09-05: 81
- 2026-09-04: 81
- 2026-09-03: 80
- 2026-09-02: 80
- 2026-09-01: 79
- 2026-08-31: 79
- 2026-08-30: 78
- 2026-08-29: 78
- 2026-08-28: 78
- 2026-08-27: 77
- 2026-08-26: 77

## Common questions

### What is the Chutes Media MCP server?

Chutes Media MCP is listed in the public MCP registry as io.github.TheStreamCode/chutes-media-mcp. Generate image, video, music and speech through Chutes and save assets into your project. This page covers its npm package (chutes-media-mcp).

### Is the Chutes Media MCP server safe to use?

Chutes Media MCP scores 80 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 24 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Chutes Media MCP server expose?

Chutes Media MCP exposes 3 tools: list_media_models, describe_media_model, generate_media. Their descriptions and schemas cost roughly 355 tokens of context every time the server is loaded.

### Is the Chutes Media MCP server still maintained?

Chutes Media MCP is still listed as active in the MCP registry. We last reached this channel on 24 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the Chutes Media MCP server under?

Chutes Media MCP declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/chutes-media-mcp
- Socket report: https://socket.dev/npm/package/chutes-media-mcp
- Repository: https://github.com/TheStreamCode/chutes-media-mcp
- Changelog RSS feed: https://verifymcp.io/servers/thestreamcode-chutes-media-mcp/chutes-media-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/thestreamcode-chutes-media-mcp/chutes-media-mcp.json
- HTML version of this page: https://verifymcp.io/servers/thestreamcode-chutes-media-mcp/chutes-media-mcp
