Bundle

Media creation studio

Generate and process media in one place: images via OpenAI and Replicate, voice-overs with ElevenLabs, transcription with Whisper, and EverArt for illustration styles.

5 servers · created Jun 11, 2026

Install all of them at once

Drop into your claude_desktop_config.json or Cursor MCP settings. Replace the ${…} placeholders with your own values.

{
  "mcpServers": {
    "everart": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-everart"
      ],
      "env": {
        "EVERART_API_KEY": "${EVERART_API_KEY}"
      }
    }
  }
}

Or install one-by-one

uvx openai-images-mcp
npm install -g mcp-replicate
uvx elevenlabs-mcp
uvx mcp-whisper
npm install -g @modelcontextprotocol/server-everart

Like this stack? Build your own.

Free account, 30 seconds. Save servers, ship public or private bundles, install one-click into Claude Desktop or Cursor.

Sign in to create →

Servers in this bundle (5)