media-mixer (v1.0.0)

Response helpers showcase — every content type (image, audio, binary, html, xml, css, js)

https://wandering-breeze-nuipu.run.mcp-use.com/mcp

Installation Guide

Choose your preferred MCP client

Install in Claude Code

Run this command in your terminal:

claude mcp add --transport http "media-mixer" https://wandering-breeze-nuipu.run.mcp-use.com/mcp

Install in Cursor

Click the button below to add this MCP server to Cursor:

Open in Cursor

Or add manually: Settings → MCP → Add server

Install in VS Code

Click the button below to add this MCP server to VS Code:

Open in VS Code

Or add manually: Settings → MCP → Add server

Install in VS Code Insiders

Click the button below to add this MCP server to VS Code Insiders:

Open in VS Code Insiders

Or add manually: Settings → MCP → Add server

Connect with ChatGPT

  1. Enable Developer Mode: Settings → Connectors → Advanced → Developer mode
  2. Import this MCP server: Go to Connectors tab and add: https://wandering-breeze-nuipu.run.mcp-use.com/mcp
  3. Use in conversations: Choose the MCP server from the Plus menu

Primitives

Tools (11)

generate-image

Generate a small SVG badge returned as a base64 image.

generate-audio

Generate a tiny WAV file (1 s of silence at 8 kHz, 8-bit mono).

generate-pdf

Generate a minimal valid PDF document.

get-report

Return a mixed response combining text, markdown, and an embedded resource.

get-html-snippet

Return an HTML snippet via the html() response helper.

get-xml-config

Return an XML configuration document.

get-stylesheet

Return a CSS stylesheet via the css() response helper.

get-script

Return a JavaScript snippet via the javascript() response helper.

get-data-array

Return a structured array of tool records.

embed-resource

Return an embedded resource with structured data.

content-error

Demonstrate the error() response helper by returning a deliberate failure.