Kubeez MCP Server Connects Claude to 70+ AI Media Models

Kubeez, an AI media platform, has released an MCP server that connects directly to Claude, providing access to over 70 AI models for media generation without leaving the Claude interface.
What It Does
The MCP server connects to Claude and provides tools for generating images, video, music, and text-to-speech. All generation happens asynchronously: Claude starts the job, polls for status, and returns a CDN URL when complete.
Available Models
- Image: Flux 2, Seedream V4.5, Imagen 4, Nano Banana Pro
- Video: Veo 3.1, Kling 3.0, Kling 2.6, Seedance 1.5 Pro
- Music: Full track generation from text prompts
- Voice: TTS in 70+ languages
Setup and Authentication
Server URL: https://mcp.kubeez.com/mcp
Authentication options:
- OAuth (recommended) - sign in and approve
- Personal access token - generate from settings page if client only accepts tokens
How to Use It
Claude automatically discovers the tools. Example commands you can give Claude:
"Generate a product shot of a coffee mug on a marble table""Create a 5-second video of ocean waves at sunset using Veo 3.1""Make a lo-fi beat, 60 seconds, chill vibes""Check my credit balance and tell me which video model gives the best quality per credit"
New users receive free credits to test the service. The MCP setup is available at https://kubeez.com/settings/mcp.
📖 Read the full source: r/ClaudeAI
👀 See Also

Skales: Desktop AI Agent with Ollama Support, 300MB Idle RAM
Skales is a native Electron desktop app that provides an autonomous AI agent with .exe/.dmg installers, works with Ollama for local inference or cloud providers, and uses ~300MB idle RAM with data stored locally in ~/.skales-data.

Developer shares CLI tools that work well with Claude Code
A developer switched from MCPs to CLIs for working with Claude Code, finding that Claude handles CLI commands effectively due to training on shell scripts and documentation. They shared specific CLIs they use daily, including gh, ripgrep, stripe, supabase, vercel, sentry-cli, and neon.

Voxray-AI: Production Go Backend for Real-Time Voice Agent Pipelines
Voxray-AI is a Go backend that chains Whisper → any LLM → TTS into a real-time voice agent pipeline with WebSocket and WebRTC support. It's built for production-grade servers and high-concurrency voice workloads with configurable providers for STT, LLM, and TTS layers.

TideSurf: DOM compression tool reduces web agent token usage 30x, speeds TTFT 12x
TideSurf v0.3 converts rendered DOM to markdown-like compressed format, reducing token consumption by 32x on GitHub pages versus raw DOM while adding 18 interactive tools for LLM agents.