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

Open-source trust scoring hook for Claude Code monitors sessions, blocks protected paths
A developer built a Python hook that scores every Claude Code session on reliability, scope, and cost dimensions, blocks access to protected paths like .env files, and hash-chains events for tamper detection. The single-file tool is available on GitHub.

Intuno: Open-Sourced Network for AI Agent Discovery and Communication
Intuno is an open-source network where AI agents register capabilities, discover each other via semantic search, and invoke functions with 3 lines of Python code. It includes MCP integration for use with Claude Desktop or Cursor.

Claude Code Plan Mode Reduces Redo Rate from 40% to Near Zero
A developer tracked 30+ coding sessions with Claude Code and found that skipping Plan Mode resulted in redoing tasks from scratch 40% of the time. With Plan Mode, the redo rate dropped to basically zero, with one feature taking 17 minutes total versus 35+ minutes without planning.

AbsolutelySkilled Registry Adds 156 Production-Ready Skills for Claude Code
A developer has created AbsolutelySkilled, a registry of 156 structured skill modules for Claude Code that persist across sessions. Each skill includes trigger conditions, reference files, test cases, and anti-patterns in SKILL.md files.