MCPHub

0 serversUpdated Aug 30, 2026

ServersCollectionsPlayground
MCPHub

Catalog

  • Servers
  • Browse A–Z
  • Trending
  • Categories
  • Collections
  • Playground
  • For agents

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

  1. Home
  2. /Collections
  3. /Video studio

Video studio

Generate clips and voiceover, score them with royalty-free music, then store and transform the assets in one creator stack.

Ads

Servers in this stack

  1. 1M

    MiniMax MCP

    > 💡 Recommended: MiniMax CLI (mmx-cli) — our official command-line tool with the latest models and additional features including text, vision, and search. Works as an AI agent skill for Claude Code, Cursor, OpenClaw, etc. - 中文文档 - MiniMax-MCP-JS - Official JavaScript implementation of MiniMax MCP 1. Get your API key from MiniMax. 2. Install uv (Python package manager), install with curl -LsSf https://astral.sh/uv/install.sh | sh or see the uv repo for additional install methods. 3. Important: The API host and key vary by region and must match; otherwise, you'll encounter an Invalid API key error.

    Cloud Platforms6 tools

    1.6k
  2. 2E

    ElevenLabs

    > [!WARNING] > This local MCP server is deprecated in favor of the ElevenLabs hosted MCP server. > > The hosted server is available at https://api.elevenlabs.io/v1/mcp, with nothing to install or run locally. It authenticates with OAuth, so no API keys are copied into your client. See the hosted MCP server documentation to connect from Claude, Cursor, or any other MCP client. > > This repository is no longer actively maintained. 1. Get your API key from ElevenLabs. There is a free tier with 10k credits per month. 2. Install uv (Python package manager), install with curl -LsSf https://astral.sh/uv/install.sh | sh or see the uv repo for additional install methods. 3. Go to Claude > Settings > Developer > Edit Config > claude_desktop_config.json to include the following:

    Communication6 tools

    1.5k
  3. 3T

    Tunetank MCP

    The Tunetank music & sound‑effects catalog as an MCP server — so any AI assistant (Claude, ChatGPT, Cursor, …) can find the right royalty‑free track or SFX for a video, ad, podcast or stream. Ask things like “find an energetic rock track around 60 seconds for a YouTube intro” or “a whoosh SFX under 2 seconds” and the assistant searches Tunetank's real catalog and hands back a preview link plus the track page on tunetank.com. - 🎵 Search music by mood, genre, theme, artist, name and target length (± tolerance) - 🔊 Search sound effects (SFX) by category and length - 📚 Browse genres, moods, themes and curated playlists - ▶️ Every result includes an audio preview URL and the canonical track page (https://tunetank.com/track/<id>-<slug>/) - 🆓 Completely free — no API key, no auth, no rate‑limit sign‑up. Read‑only.

    Other Tools and Integrations5 tools

    7
  4. 4V

    VideoDB

    To add the MCP server in any config driven MCP Client, following is how the commands and arguments will look like For macOS/Linux: curl -LsSf https://astral.sh/uv/install.sh | sh For Windows: You can also visit the installation steps of uv for more details here You can run the MCP server using uvx using the following command To configure VideoDB Director MCP server in Claude, you can run the following command You can manually configure the MCP Server by following these steps: 1. Open the claude_desktop_config.json file

    Code Execution3 tools

    47
  5. 5C

    Cloudinary

    Model Context Protocol (MCP) is a new, standardized protocol for managing context between large language models (LLMs) and external systems. This repository provides comprehensive MCP servers for Cloudinary's media management platform, enabling you to use natural language to upload, transform, analyze, and organize your media assets directly from AI applications like Cursor and Claude. With these MCP servers, you can seamlessly manage your entire media workflow through conversational AI - from uploading and transforming images and videos, to configuring automated processing pipelines, analyzing content with AI-powered tools, and organizing assets with structured metadata. Whether you're building media-rich applications, managing large asset libraries, or automating content workflows, these servers provide direct access to Cloudinary's full suite of media optimization and management capabilities.

    Cloud Platforms6 tools

    10

Combined config

Only servers with a published config example are merged here.

{
  "mcpServers": {
    "minimax-mcp": {
      "command": "uvx",
      "args": [
        "ENOENT"
      ]
    },
    "elevenlabs-mcp": {
      "command": "uvx",
      "args": [
        "ENOENT",
        "If",
        "you",
        "encounter",
        "the",
        "error",
        "MCP ElevenLabs: spawn uvx ENOENT",
        ",",
        "confirm",
        "its",
        "absol"
      ]
    },
    "tunetank-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.tunetank.com"
      ]
    },
    "agent-toolkit": {
      "command": "uvx",
      "args": [
        "for",
        "isolated",
        "environments"
      ]
    },
    "mcp-servers": {
      "command": "npx",
      "args": [
        "-y",
        "--package",
        "@cloudinary/asset-management-mcp",
        "--",
        "mcp",
        "start",
        "--transport",
        "sse"
      ]
    }
  }
}