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.
Servers in this bundle (5)
- OpenAI Images · Community · Media
Generate + edit images via DALL-E 3 + gpt-image-1 — straight pipe to the OpenAI image API.
- Replicate · Community · Media
Run any model hosted on Replicate — image, video, audio, language — via one tool surface.
- ElevenLabs TTS · ElevenLabs · Media
Text-to-speech, voice cloning, and audio generation via ElevenLabs.
- Whisper Transcribe · Community · Media
Transcribe audio files locally via Whisper — runs whisper.cpp under the hood.
- EverArt · Anthropic · Media
AI image generation via the EverArt API — text-to-image with multiple model choices.