🎬

Media MCP Servers

129 servers available

Images, video, audio, and content management

💻

Figma MCP Server

by Figma

Auth requiredFeaturedOfficial

The Figma MCP Server connects AI coding assistants directly to your Figma design files, enabling real-time access to design tokens, component properties, frame layouts, and node data without leaving your editor. Figma's official MCP integration runs via the Figma Desktop app's Dev Mode — select any frame, component, or layer in your design and Claude, Cursor, or other MCP-compatible clients can read exact colors, typography, spacing, auto-layout properties, and component variants to generate pixel-accurate implementation code. The popular community alternative, Figma-Context-MCP by GLips (6,000+ GitHub stars), uses your Figma Personal Access Token (created in Figma Settings > Personal Access Tokens) to fetch any file your account can access, exposing tools to get full Figma document JSON, retrieve specific nodes by ID, list components with properties, extract text content from frames, and download rendered images of individual nodes. This approach works without the Figma Desktop app and is compatible with Claude Desktop, Windsurf, and Cline. Both routes give Claude the ability to read your exact design specs and translate Figma layouts into accurate React, Tailwind, or plain HTML/CSS code — eliminating the guesswork of approximating designs from screenshots or verbal descriptions. The Figma MCP Server is most powerful in front-end development workflows where design-to-code fidelity matters.

Checked 8d ago

🎬

Blender MCP

by ahujasid

LocalFeatured

The Blender MCP server by ahujasid bridges Claude and the Blender 3D creation suite, letting AI assistants generate, modify, and render 3D scenes through natural language commands — no manual Blender UI required. With 2,800+ GitHub stars, it is one of the most popular creative-category MCP servers available. The integration consists of two components: a Blender Python addon that runs a local socket server inside Blender, and an MCP server layer that translates Claude's tool calls into Blender Python API (bpy) commands. Together they expose tools to create primitive objects (mesh cubes, spheres, cylinders, planes), apply materials with custom colors and PBR shader properties, position and scale objects in 3D space, set up lights and cameras, run arbitrary Python in Blender's scripting context, and trigger renders to PNG files. Compatible with Blender 3.0 and newer. Setup: install the Blender addon ZIP from the GitHub releases page (Edit > Preferences > Add-ons > Install), enable it, and start the socket server from the addon panel. On the MCP side, install blender-mcp with pip or uvx and point your MCP client to it. Works with Claude Desktop and any client supporting stdio MCP servers. Install with: uvx blender-mcp. The Blender MCP server is the go-to tool for product visualization, game asset prototyping, scene generation, and rapid 3D concept iteration using AI.

Local install · updated 1mo ago

🤖

ElevenLabs Voice Agents MCP

by ElevenLabs

LocalFeaturedOfficial

This is the same official elevenlabs/elevenlabs-mcp server viewed through its Conversational AI and agent-building toolset. Beyond one-off text-to-speech calls, the server lets an MCP client define a voice agent's persona, voice, and knowledge sources, then deploy it for interactive back-and-forth conversation rather than single audio clips — useful for building phone-style support bots, in-app voice assistants, or narrated demos entirely from natural-language prompts. It shares the same underlying tool surface as the core ElevenLabs server (text-to-speech, voice cloning, speech-to-text with speaker diarization, sound-effect and soundscape generation, vocal isolation) but is discovered separately by users searching specifically for agent/assistant workflows rather than raw audio generation. Requires Python's `uv` tool: install with `uvx elevenlabs-mcp` and set `ELEVENLABS_API_KEY` (free tier: 10k credits/month) in your MCP client config — there is no npm package, despite some third-party listings suggesting otherwise. Output handling is configurable via `ELEVENLABS_MCP_OUTPUT_MODE` (files, base64 MCP resources, or both), making it usable in both local desktop clients and containerized/serverless agent deployments. 1,450+ GitHub stars, actively maintained by ElevenLabs.

Local install · updated 21d ago · v0.10.0

🎬

Adobe Creative Cloud

by adobe

LocalFeaturedOfficial

Official Anthropic Claude connector for Adobe Creative Cloud with 50+ tools across Photoshop, Premiere Pro, After Effects, Illustrator, Express, and more. Generate and edit images, cut video sequences, apply effects, manage layers, export assets, and automate repetitive production tasks across Creative Cloud apps — all from Claude.

🎬

YouTube MCP Server

by Zubeid Hendricks

Local

The YouTube MCP Server by Zubeid Hendricks connects AI assistants to the full YouTube Data API v3, letting Claude search videos, pull transcripts, manage content, and run analytics without leaving the conversation. It is one of the most complete community YouTube MCP servers, exposing tools across several areas: video management (search by keyword, retrieve metadata, get statistics, and list a channel's uploads), transcript retrieval (fetch full captions for any public video for summarization or Q&A), channel operations (look up channel details, subscriber and view counts, and recent activity), playlist tools (list and inspect playlist contents), Shorts creation workflows, and advanced analytics for creators tracking performance. Authentication uses a single YOUTUBE_API_KEY obtained free from the Google Cloud Console by enabling the YouTube Data API v3 — read-heavy operations fit comfortably inside the daily quota. Install globally with npm as zubeid-youtube-mcp-server, run it directly with npx (no install required), or add it through Smithery for one-click Claude Desktop setup; a Docker image is also provided for HTTP transport. The YouTube MCP Server is ideal for content research, competitive analysis, transcript-based summarization, and automated creator workflows — Claude can, for example, find the top videos on a topic, fetch their transcripts, and synthesize a briefing in a single pass.

🎬

Spotify MCP Server

by Marcel Marais

Local

Marcel Marais's Spotify MCP Server is a lightweight TypeScript bridge between AI assistants and the Spotify Web API, letting Claude control playback and search a listener's library through natural language. It exposes tools for searching tracks/albums/artists/playlists, controlling playback (play, pause, skip, queue management), reading and modifying the current queue, and browsing a user's playlists and saved library. Authentication uses standard Spotify OAuth (client ID/secret from the Spotify Developer Dashboard) with a one-time login flow to obtain a refresh token, after which the server runs locally via the MCP stdio transport. Typical use: ask Claude to "queue up some upbeat workout music" or "what's currently playing," and it calls the Spotify API directly rather than requiring the user to switch to the Spotify app.

🎬

Cloudinary

by Cloudinary

Auth requiredOfficial

Exposes Cloudinary's media upload, transformation, AI analysis, management, optimization and delivery.

Checked 8d ago

🎬

ElevenLabs MCP Server

by ElevenLabs

LocalOfficial

The official ElevenLabs MCP server (elevenlabs/elevenlabs-mcp) connects AI assistants like Claude Desktop, Cursor, Windsurf, and OpenAI Agents directly to ElevenLabs' text-to-speech and audio-processing APIs. Once installed, an AI client can generate natural-sounding speech from text in dozens of voices and languages, clone a voice from a short audio sample, design and save new synthetic voices to a personal voice library, transcribe spoken audio with automatic speaker diarization, isolate vocals from background noise, and compose layered soundscapes (e.g. "a thunderstorm in a dense jungle with animals reacting") from a text prompt. It also exposes ElevenLabs' Conversational AI agent-creation tools, so a client can spin up a voice agent with a defined persona and have it answer questions in character. Install via PyPI/uv with `uvx elevenlabs-mcp` and an `ELEVENLABS_API_KEY` from the ElevenLabs dashboard — the free tier includes 10k credits/month, enough for testing. Optional environment variables (`ELEVENLABS_MCP_BASE_PATH`, `ELEVENLABS_MCP_OUTPUT_MODE`) control whether generated audio is saved to disk, returned as base64-encoded MCP resources for containerized/serverless environments, or both, and `ELEVENLABS_API_RESIDENCY` supports enterprise data-residency requirements. With 1,450+ GitHub stars, it is the most widely adopted way to give an AI coding assistant real audio-generation capabilities without hand-rolling API calls.

🤖

MiniMax MCP (Image, Video & Audio Generation)

by MiniMax AI

LocalOfficial

MiniMax MCP is MiniMax's official, first-party Model Context Protocol server for text-to-image generation, alongside video and audio generation — the highest-starred general-purpose image-generation MCP server on GitHub (1,500+ stars, MIT licensed, actively maintained), a strong signal for the broad "AI image generation MCP" search intent this page targets versus single-model options like Replicate Flux or Stability AI covered in their own dedicated entries elsewhere in this directory. The `text_to_image` tool generates images directly from a prompt; companion tools cover `generate_video` (with the MiniMax-Hailuo-02 model, configurable 6s/10s duration and 768P/1080P resolution), `music_generation` (prompt+lyrics to a full music track via the music-1.5 model), `text_to_audio` plus `voice_clone` and `voice_design` for custom TTS voices, and `query_video_generation` for polling async video jobs. Install via `uvx minimax-mcp -y` (Python/uv-based) with a `MINIMAX_API_KEY` from the MiniMax platform — note the API key and `MINIMAX_API_HOST` must match your account region (Global: api.minimax.io, Mainland China: api.minimaxi.com) or requests fail with an invalid-key error. Supports both stdio (local) and SSE (local or cloud-deployed) transport, with a `MINIMAX_API_RESOURCE_MODE` env var controlling whether generated assets are returned as a URL or downloaded to a local output path. A companion `MiniMax-MCP-JS` package offers an official JavaScript implementation for non-Python environments. Works with Claude Desktop, Cursor, Windsurf, and OpenAI Agents SDK clients — usage incurs MiniMax API costs per generation.

🤖

Stability AI MCP Server (Community)

by alesurli (Community)

Local

Stability AI has not published a first-party MCP server, but alesurli/mcp-stability-ai is an actively maintained community implementation (npm package `mcp-stability-ai`, MIT licensed, CI-tested) that wires Stability's v2beta image API into Claude Desktop for fully conversational generation and editing — no manual file-path juggling required. On the generation side it exposes three model tiers as separate tools: `generate_image_sd3` (Stable Diffusion 3.5, best overall quality with negative-prompt support, roughly $0.035–$0.065/image), `generate_image_core` (fast generation with built-in style presets, ~$0.03/image), and `generate_image_ultra` (highest photorealistic quality, ~$0.08/image). Editing tools cover the workflows a product or marketing team actually needs: `remove_background` for transparent-PNG cutouts, `replace_background` which swaps and relights a background for product-shot work, `inpaint` for prompt-driven masked-region edits, `search_and_replace` and `search_and_recolor` for maskless object swaps and recoloring by natural-language description, and `outpaint` to extend a canvas in any direction. The author built it specifically as a maintained Stability.ai bridge for people who want the API-based service inside a Claude conversation rather than running a local GPU stack like ComfyUI or Automatic1111 — it is explicitly positioned as a complement to, not a replacement for, those local-first tools. Requires a `STABILITY_API_KEY` from the Stability AI platform; install with `npx -y mcp-stability-ai` and add the key as an environment variable in the Claude Desktop config.

🎬

Descript (No MCP Server Available)

by Descript, Inc.

Local

Descript is a popular video and audio editing platform built around transcript-driven editing (delete a word in the text, it cuts the clip), AI overdub voice cloning, screen recording, and Studio Sound noise removal. As of this writing, Descript has not published an official MCP server, and no community project has produced one with meaningful adoption either — repeated GitHub searches across multiple review cycles turn up only forked demo repos and unrelated tools with a description that happens to mention "descript," none exceeding a handful of stars. If you need to script Descript-style transcript/video workflows from an AI agent today, the closest MCP-native options are general-purpose media servers already listed in this directory (search "video" or "audio" categories) combined with Descript's own REST API and Zapier integrations, which are not MCP but can be wrapped in a custom server. This entry is kept as a placeholder so the term stays discoverable; it will be updated the moment Descript or a credible community project ships a real MCP server — check back or watch the Descript developer docs and GitHub for updates.

🎬

Cartesia

by Cartesia

LocalOfficial

Connect to the Cartesia voice platform to perform text-to-speech, voice cloning.

🎬

Gyazo

by Nota

LocalOfficial

Search, fetch, upload, and interact with Gyazo images, including metadata and OCR data.

🎬

Canva

by Canva

Auth requiredOfficial

AI-powered development assistance for Canva apps and integrations.

Checked 8d ago

📋

Nutrient

by Nutrient

LocalOfficial

Create, Edit, Sign, Extract Documents using Natural Language.

🎬

Datawrapper

by Datawrapper

Local

MCP server for creating Datawrapper charts using AI assistants.

☁️

BunnyCDN

by BunnyWay

Local

Manage BunnyCDN zones, storage, and video streaming. Purge cache, upload to bunny storage zones, manage pull zones, and analyze bandwidth usage.

📋

Loom

by loom

LocalOfficial

Access and manage Loom video recordings. List workspace videos, retrieve transcripts, share recordings, and organize into folders via AI.

🎬

Mux Video

by muxinc

LocalOfficial

Programmable video infrastructure MCP for Mux. Upload videos, create playback IDs, access analytics, manage live streams, and generate thumbnails via API.

🎬

Vimeo

by vimeo

LocalOfficial

Manage Vimeo video library via MCP. Upload videos, update metadata, manage privacy settings, access analytics, and generate embed codes for your content.

🎬

Unsplash

by unsplash

LocalOfficial

Search and download high-quality free stock photos from Unsplash. Find images by keyword, collection, or photographer. Get proper attribution and download links.

🎬

Pexels

by pexels-mcp

Local

Search and download free stock photos and videos from Pexels. Find high-quality creative assets for any project with a simple natural language interface.

🎬

GIPHY

by Giphy

LocalOfficial

Search and retrieve GIFs and animated stickers from GIPHY's vast library. Find the perfect reaction GIF, trending content, or custom branded assets via MCP.

🎬

Freesound

by MTG

Local

Search and download free audio samples from Freesound.org. Find Creative Commons sounds, music loops, and field recordings for projects via natural language.

🎬

Imgix

by imgix

LocalOfficial

Real-time image processing and CDN MCP for Imgix. Transform images on-the-fly with URL-based parameters, generate responsive srcsets, and manage rendering pipelines.

🎬

Adobe Firefly

by adobe

LocalOfficial

Generate and edit images with Adobe Firefly's generative AI. Create artwork, generate from text, remove backgrounds, and produce brand-safe creative assets.

💻

Framer

by framer

LocalOfficial

Web design and prototyping MCP for Framer. Create pages, manage components, publish sites, and automate design workflows for interactive prototypes.

💬

Instagram Graph API

by meta

LocalOfficial

Manage Instagram Business and Creator accounts via MCP. Schedule posts, read insights, manage comments, and access the Instagram Graph API for automation.

🎬

Twitch

by twitchdev

LocalOfficial

Twitch platform MCP for streamers and developers. Query stream data, manage channel info, access chat logs, track follows, and analyze viewer analytics.

🎬

Discogs MCP

by cswkim

Local

Interact with the Discogs music database API. Search vinyl records, CDs, and music releases. Get artist info, tracklists, marketplace prices, and collection data.

🎬

TMDB MCP

by drakonkat

Local

The Movie Database (TMDB) API integration. Search movies, TV shows, and people. Get ratings, cast, trailers, similar titles, and streaming availability data.

🎬

Manim MCP

by abhiemj

Local

Generate mathematical animations using Manim directly from your AI assistant. Create explanatory videos, data visualizations, and animated diagrams with natural language.

🎬

Sketch MCP

by sketch-community

Local

Sketch design tool MCP server via Sketch Assistant. Inspect artboards, extract design tokens, export assets, query layer properties, and sync design system components across files via Sketch JavaScript API.

🎬

Zeplin MCP

by zeplin-community

Local

Zeplin design handoff MCP server. Access design specs, extract CSS properties, retrieve component documentation, query style guides, and manage project assets for developer handoff workflows via Zeplin API.

🎬

InVision MCP

by invision-community

Local

InVision design prototyping MCP server. Access prototypes, retrieve screen comments and feedback, export assets, query design system (DSM) components, and manage project versions via InVision API.

🌐

Prismic MCP

by prismicio

Local

Prismic headless CMS MCP server. Query content documents, manage slice zones, access media library assets, publish content releases, and retrieve content type schemas via Prismic API with TypeScript types.

🌐

Payload CMS MCP

by payloadcms

Local

Payload CMS MCP server for Next.js-native headless CMS. Query collections, manage globals, upload media, run hooks, and interact with Payload local API for TypeScript-first content management workflows.

🎬

Penpot MCP

by penpot

Local

Open-source design and prototyping via Penpot. Read design files, extract assets and components, export frames as images, inspect layer properties, and collaborate on designs — self-hostable alternative to Figma.

🎮

Twitch MCP

by twitch-dev-tools

Local

Query Twitch streams, clips, channels, and analytics. Access live stream data and viewer statistics via Twitch API.

🎬

HeyGen

by heygen-community

Local

Generate AI avatar videos with HeyGen. Create talking-head videos from text scripts, clone voices, translate videos into 40+ languages, and manage video projects.

🎬

Synthesia

by synthesia-community

Local

Create AI-generated training and marketing videos with Synthesia. Generate realistic avatar videos from text, customize presenters, and export in multiple formats.

🎬

Pika

by pika-labs

Local

Generate and edit short AI videos with Pika. Create video clips from text prompts, animate images, and apply visual effects using Pika's generative video API.

🎬

Luma AI (Dream Machine)

by lumalabs-community

Local

Generate cinematic AI videos with Luma Dream Machine. Create photorealistic video clips from text descriptions, extend videos, and control camera movements.

🎬

Captions AI

by captions-community

Local

Auto-generate and edit video captions with Captions AI. Add subtitles, translate captions to 28 languages, apply animated styles, and export SRT/VTT files.

🤖

AssemblyAI

by assemblyai

Local

Transcribe audio and video files using AssemblyAI's speech-to-text API. Supports speaker diarization, auto-chapters, sentiment analysis, entity detection, and real-time transcription.

🤖

Deepgram

by deepgram-dev

Local

Real-time and batch speech recognition via Deepgram's Nova-3 model. Transcribe audio with word-level timestamps, language detection, punctuation, and speaker diarization.

📣

Pinterest

by pinterest-devs

LocalOfficial

Manage Pinterest business presence via official API. Create and update pins and boards, analyze pin analytics, manage ad campaigns, pull audience insights, and query Pinterest Trends data.

🎬

SoundCloud

by soundcloud-community

Local

Connect to SoundCloud music streaming platform via MCP. Search tracks, playlists, and artists, retrieve audio metadata and waveform data, access user profiles and follower graphs, embed streaming widgets, manage liked tracks, and pull play count analytics for music creators and apps.

🎬

Last.fm

by lastfm-community

Local

Integrate with Last.fm music data API via MCP. Retrieve user listening history and scrobbles, get artist biographies and similar artist recommendations, access track tags and top charts, fetch album metadata, and analyze personal music taste profiles for music discovery applications.

🎬

Frame.io

by frameio-community

Local

Integrate with Frame.io video review and collaboration platform via MCP. Access project assets, review comments with timecode annotations, version history, approval workflows, team members, and asset metadata. Automate video review pipelines and pull deliverable status for post-production workflows.

🎬

Wistia

by wistia-community

Local

Connect to Wistia video hosting and analytics platform via MCP. Access video performance metrics including heatmaps and engagement graphs, manage video chapters and calls-to-action, retrieve viewer analytics, control video privacy settings, and sync video content with marketing automation tools.

🌐

YouTube Studio Analytics

by youtube-studio-community

Local

Integrate with YouTube Studio and YouTube Analytics API via MCP. Query video performance metrics including views, watch time, click-through rates, and audience retention curves. Access channel subscriber counts, revenue estimates, traffic source breakdowns, demographic reports, playlist engagement data, comment sentiment summaries, and content ID claim statuses for YouTubers and brand channels.

🎬

Podcast Index

by community

Local

Podcast Index decentralized podcast database API — search 4M+ podcast feeds, access episode transcripts, chapter markers, value tags, and live stream data without lock-in.

🎬

Listen Notes Podcasts

by community

Local

Listen Notes podcast search engine API — search 3M+ podcast episodes and shows, retrieve transcripts, monitor podcasts by keyword, and access audience insights and trending data.

🎬

Buzzsprout Podcast Hosting

by community

Local

Buzzsprout podcast hosting API — manage podcast episodes, retrieve analytics (downloads, listener locations, directories), publish new content, update show notes, and track podcast performance across Apple Podcasts, Spotify, and 20+ directories.

🎬

Transistor.fm Podcast Platform

by community

Local

Transistor podcast platform API — manage multiple shows, publish episodes, retrieve listener analytics, manage subscribers for private podcasts, and distribute to major podcast directories. Built for professional podcasters and teams.

🎬

Libsyn Podcast Hosting

by community

Local

Libsyn podcast hosting API — the oldest podcast hosting platform. Manage episodes, retrieve download statistics, generate RSS feeds, manage media storage, and distribute content across podcast directories and social platforms.

🎬

Simplecast Podcast Platform

by community

Local

Simplecast podcast hosting and analytics API — manage episodes, retrieve SAE (Simplecast Analytics Engine) listener data, manage show settings, access audience demographics, and distribute to global podcast directories.

🌐

Matterport 3D Digital Twins

by community

Local

Matterport 3D spatial data platform API — access digital twins of physical spaces, retrieve point cloud data, extract room measurements, manage 3D scan assets, generate floor plans, and embed immersive 3D tours in real estate and construction workflows.

🌐

Udemy Instructor API

by community

Local

Udemy instructor REST API — manage course content, retrieve enrollment and revenue analytics, access student reviews and Q&A, track course performance metrics, manage coupons and promotions, and update curriculum programmatically.

🎬

Brightcove

by community

Local

Brightcove video cloud platform MCP — search and retrieve video metadata, query playback analytics and engagement rates, manage playlists and players, update video captions and thumbnails, and access CDN delivery statistics for enterprise video workflows.

🎬

Cloudflare Stream

by community

Local

Cloudflare Stream video delivery MCP — upload and manage videos, query playback analytics and viewer counts, generate signed URLs, manage live streams, configure watermarks and encoding settings, and retrieve video processing status at scale.

🤖

Replicate

by replicate-community

Local

Run thousands of open-source AI models via Replicate's API. Access image generation (FLUX, SDXL), video generation, audio models, and custom fine-tunes. Stream outputs and manage prediction lifecycle.

🤖

OpenAI Realtime

by openai-community

Local

MCP server for OpenAI's Realtime API enabling low-latency voice and audio interactions. Build voice assistants, transcription pipelines, and real-time audio processing workflows with GPT-4o Audio.

🤖

Stability AI

by stability-ai-community

Local

Generate images with Stable Diffusion and SDXL via Stability AI's API. Supports text-to-image, image-to-image, inpainting, outpainting, and upscaling. Access the full Stability AI model suite including SD3 and SDXL Turbo.

🤖

Runway ML

by runway-community

Local

Generate and edit video using Runway's Gen-3 Alpha model. Create video from text prompts, extend clips, apply style transfers, and use AI magic tools for video post-production via MCP.

🤖

HeyGen

by heygen-community

Local

Create AI-powered talking avatar videos via HeyGen's API. Generate video avatars from text, clone voices, translate videos, and create personalized video messages at scale through MCP.

🤖

Ideogram

by ideogram-community

Local

Text-to-image generation with exceptional text rendering via Ideogram's API. Create images with accurate, legible text, logos, and typography. Supports V2 and V2 Turbo for fast high-quality generation.

🤖

Fal.ai

by fal-ai

Local

Fast AI image and video generation via Fal.ai serverless GPU platform. Generate images with Flux, SDXL, and other leading models. Run LoRA fine-tuning, video generation, real-time image editing, and background removal. Sub-second inference for production workflows.

🤖

ComfyUI

by comfyui-community

Local

Control ComfyUI local Stable Diffusion workflows via MCP. Execute node-based image generation pipelines, queue prompts, monitor job progress, load custom checkpoints and LoRAs, and retrieve generated images. Supports SDXL, SD1.5, Flux, and any custom workflow JSON.

🤖

InvokeAI

by invoke-ai

Local

InvokeAI Stable Diffusion studio integration via MCP. Generate images, run inpainting and outpainting workflows, manage model checkpoints, apply ControlNet conditioning, and access the canvas history. Supports local and remote InvokeAI instances over REST API.

🤖

Stable Diffusion WebUI (A1111)

by AUTOMATIC1111

Local

AUTOMATIC1111 Stable Diffusion WebUI server integration for MCP. Generate images via txt2img and img2img endpoints, apply extensions, manage the model list, run interrogate/CLIP captioning, and control generation parameters. Works with any A1111-compatible UI including Forge.

💻

Autodesk Fusion

by autodesk

LocalOfficial

Official Anthropic Claude connector for Autodesk Fusion 3D CAD/CAM software. Design and modify 3D models, create parametric sketches, run simulations, generate toolpaths for CNC machining, and manage design files through natural language conversations with Claude. Requires an active Fusion subscription.

🎬

Ableton Live

by ableton

LocalOfficial

Official Anthropic Claude connector for Ableton Live music production. Control Live sessions, create MIDI clips, adjust track parameters, trigger clips, manage devices and effects, set tempo and time signature, and automate music production workflows through natural language. Supports Live 11 and 12.

🎬

Splice

by splice

LocalOfficial

Official Anthropic Claude connector for Splice — the leading platform for royalty-free samples and loops. Search Splice's catalog of millions of sounds by instrument, genre, key, BPM, and mood directly from Claude. Find the perfect drum break, synth lead, or vocal chop for your production without leaving your AI workflow.

🎬

Affinity by Canva

by canva

LocalOfficial

Official Anthropic Claude connector for Affinity creative apps (Affinity Photo, Designer, Publisher) by Canva. Automate repetitive production tasks across professional creative workflows including batch image adjustments, layer renaming, color grading operations, file export pipelines, and template management via natural language.

🎬

SketchUp

by trimble

LocalOfficial

Official Anthropic Claude connector for SketchUp 3D modeling. Turn Claude conversations into starting points for architectural design, interior layouts, urban planning models, and 3D visualization. Create geometry, apply materials, generate scenes, manage groups and components, and export to various formats directly from natural language prompts.

🎬

Resolume Arena & Wire

by resolume

LocalOfficial

Official Anthropic Claude connector for Resolume Arena and Resolume Wire VJ software. Control Arena and Avenue clip launching, layer mixing, effect parameters, and real-time visual compositions through natural language. Wire lets AI orchestrate generative visual patches for live performance and AV production.

🎬

Adobe Illustrator

by ie3jp

Local

Adobe Illustrator design automation MCP server with 63 built-in tools. Read and manipulate Illustrator documents, create and modify vector paths, apply color swatches, manage artboards, work with text objects, export assets to SVG/PNG/PDF, and automate batch design operations programmatically from AI tools.

🎬

Plex MCP

by williamvd

Local

Plex Media Server MCP integration. Browse your libraries, search movies and TV shows, manage playlists, view watch history, and control playback on any Plex client.

🎬

Jellyfin MCP

by jellyfin-community

Local

Jellyfin open-source media server MCP integration. Query your self-hosted media library, manage users, get playback stats, and control streaming sessions.

🎬

Emby MCP

by emby-community

Local

Emby media server MCP integration. Access and manage your personal media collection, users, playback sessions, and server statistics through Emby's REST API.

🎬

Deezer MCP

by deezerdev

Local

Deezer music streaming MCP server. Search tracks, albums, and artists, manage playlists, get recommendations, and access Deezer's music catalog of 90M+ songs.

🎬

Tidal MCP

by tidalapi

Local

Tidal hi-fi music streaming MCP integration. Search the Tidal catalog, manage playlists, get artist bios and album info, and access lossless audio metadata.

🎬

TuneIn MCP

by tunein-labs

Local

TuneIn radio and podcast MCP server. Browse and search 100,000+ live radio stations, podcasts, and audiobooks. Get station metadata, schedules, and stream information.

🎬

Audible MCP

by mkb79

Local

Audible audiobook MCP server. Browse your library, search titles by author or narrator, get book metadata and reviews, manage wishlists, and track listening progress.

🎬

Last.fm MCP

by lastfm-community

Local

Last.fm music scrobbling and discovery MCP server. Get listening history, top artists and tracks, music recommendations, artist bios, similar artists, and tag-based discovery.

🎬

Pandora MCP

by pandora-api

Local

Pandora internet radio MCP integration. Browse personalized stations, thumbs up/down songs, create and manage stations, and get music genome project-powered recommendations.

💻

Three.js MCP

by Community

Local

Generate and manipulate Three.js 3D scenes, geometries, materials, lights, and animations via natural language.

🎬

Lottie Animation MCP

by Community

Local

Parse, inspect, and generate Lottie animation JSON files for web and mobile applications.

🎬

Kaltura Video Platform

by Community

Local

Manage video content on Kaltura — upload, transcode, and deliver videos. Access media libraries, playlists, analytics, and live streaming via Kaltura API.

🌐

Contentstack

by Community

Local

Manage content in Contentstack headless CMS — create, update, and publish entries, manage content types, and query assets via Contentstack Content Delivery API.

🌐

Brightspot CMS

by Community

Local

Integrate with Brightspot CMS — query and manage digital content, media assets, site configuration, and editorial workflows via Brightspot GraphQL API.

🌐

Optimizely CMS (Episerver)

by Community

Local

Connect to Optimizely CMS (formerly Episerver) — manage pages, blocks, media, and content areas. Run A/B tests and retrieve experiment results via Optimizely API.

🌐

Umbraco CMS

by Community

Local

Manage content in Umbraco open-source CMS — query content nodes, media, and members. Create and publish content programmatically via Umbraco Content Delivery API.

🎬

Tavus

by Tavus

Local

AI video generation platform for personalized video at scale. Create hyper-personalized videos using AI-powered replicas.

🎬

LOVO AI

by LOVO

Local

Award-winning AI voice generator and text-to-speech platform with 500+ voices in 100 languages.

🎬

Murf AI

by Murf

Local

Studio-quality AI voiceovers in minutes. Access 120+ AI voices for videos, podcasts, and presentations.

🎬

Play.ht

by Play.ht

Local

AI text-to-speech API with ultra-realistic voice cloning. Generate natural-sounding speech in 900+ voices.

🎬

WellSaid Labs

by WellSaid Labs

Local

Enterprise AI voice platform for creating studio-quality voiceovers. Create consistent brand voices at scale.

🎬

D-ID

by D-ID

Local

AI-powered digital humans and avatar video generation. Create lifelike talking head videos from text or audio.

🎬

OpusClip

by OpusClip

Local

AI-powered video repurposing tool. Automatically clip long videos into viral short-form content for social media.

🎬

Restream

by Restream

Local

Multi-platform live streaming API. Broadcast simultaneously to 30+ platforms including YouTube, Twitch, and LinkedIn.

🎬

StreamYard

by StreamYard

Local

Browser-based live streaming and recording studio. Manage streams, guests, and branding via API.

🎬

InVideo AI

by InVideo

Local

AI-powered video creation platform. Turn text prompts into professional videos with AI-generated scripts and visuals.

🎬

Pictory

by Pictory

Local

AI video creation from long-form text and articles. Automatically create branded short videos from blogs and scripts.

🎬

Riverside.fm

by Riverside

Local

Studio-quality remote podcast and video recording. Access recordings, transcripts, and production tools via API.

🎬

Acast

by Acast

Local

Podcast hosting and monetization platform. Manage podcast episodes, analytics, and ad campaigns via API.

🎬

Captivate.fm

by Captivate

Local

Podcast hosting platform built for growth. Access episode management, analytics, and listener data via API.

🎬

RedCircle

by RedCircle

Local

Podcast advertising and monetization platform. Manage dynamic ad insertion, campaigns, and revenue reporting.

🎬

Podcastle

by Podcastle

Local

AI-powered podcast creation and editing. Transcribe, edit audio, and generate AI voices for podcast production.

🎬

Kapwing

by Kapwing

Local

Online video editing and creation platform with AI tools. Trim, caption, translate, and repurpose video content via API.

🌐

Ring Doorbell MCP

by community

Local

Ring home security API — access doorbell camera events, motion alerts, device health status, and Ring Protect subscription data.

🎬

Cloudinary MCP

by cloudinary

LocalOfficial

Cloudinary media asset management — upload images/videos, apply transformations, manage CDN delivery, and search digital assets via the Cloudinary API.

🤖

Luma AI (Dream Machine) MCP

by lumalabs

LocalOfficial

Luma AI video generation API — create AI videos from text or images using Dream Machine, generate 3D NeRF captures, and manage generated content.

🤖

Kling AI MCP

by community

Local

Kling AI video generation — create high-quality cinematic videos from text prompts and images using Kuaishou's state-of-the-art video diffusion model.

🎬

MCP2OSC

by yyf

Local

MCP server bridging AI assistants to OSC (Open Sound Control) protocol, enabling creative AI applications in music and live performance.

🌐

NASA Open APIs MCP

by community

Local

Access NASA's full suite of open APIs — Astronomy Picture of the Day, Mars Rover Photos, Near Earth Objects, Earth imagery, and more.

🎬

YouTube Data API MCP

by community

Local

Access YouTube Data API v3 for channel analytics, video metadata, search, captions, playlists, and comment threads through AI agents.

🌐

Vimeo MCP

by community

Local

Manage Vimeo video hosting account for uploading videos, managing privacy settings, creating showcases, fetching analytics, and generating embed codes.

🌐

Pexels MCP

by community

Local

Search and download free stock photos and videos from Pexels library with AI-powered search, collection management, and attribution generation.

🌐

Spotify Extended MCP

by community

Local

Advanced Spotify integration beyond basic playback — playlist analytics, audio feature analysis, artist network graphs, listening history trends, and music recommendation engines.

🎬

Bynder DAM MCP

by community

Local

Digital asset management via the Bynder API — search and retrieve media assets by metadata, tags, and collections, upload new assets and manage derivatives, update asset metadata and custom fields, manage brand guidelines and templates, retrieve asset usage analytics, control access permissions, and integrate with creative workflows and external publishing channels.

🎬

Canto DAM MCP

by community

Local

Access and manage digital assets via the Canto API — search assets by keyword, metadata, and smart tags, download assets and their variants, upload and organize content into albums, update metadata and approval status, share assets via public links, retrieve usage and download analytics, and manage user permissions across brand portals.

🎬

Brandfolder MCP

by community

Local

Brand asset management via Brandfolder API — search and filter assets by type, tag, and section, download high-resolution files and CDN URLs, upload assets and set metadata, manage collections and asset sharing, track asset analytics and embed counts, enforce brand guidelines, and integrate with Adobe Creative Cloud and Canva workflows.

🎬

Acquia DAM (Widen) MCP

by community

Local

Enterprise digital asset management via Acquia DAM API — search and retrieve assets with advanced metadata filtering, download files and request CDN delivery URLs, upload assets and update metadata, manage portals and collections, track asset usage across channels, automate approval workflows, and synchronize assets with CMS and e-commerce platforms.

🤖

Speechify TTS MCP

by community

Local

Generate high-quality text-to-speech audio via the Speechify API — convert long-form documents, articles, and notes to natural-sounding speech, select from premium AI voices, adjust speaking speed and pitch, produce MP3/WAV output files, support SSML markup, and integrate audio content generation into accessibility tools and content creation pipelines.

🤖

Midjourney Image Gen MCP

by community

Local

Generate images with Midjourney via the unofficial Midjourney proxy API — submit /imagine prompts, retrieve generated images, use variation and upscale commands, manage job queues, access image URLs and seeds, apply style parameters (aspect ratio, version, quality), and integrate AI image generation into creative and marketing automation workflows.

🎬

Dailymotion Video MCP

by community

Local

Interact with Dailymotion video platform via the Dailymotion API — search and retrieve videos by keyword, channel, and topic, access video metadata and analytics, manage video uploads and channel playlists, retrieve user and channel data, query trending content by region, access embed codes, and integrate video discovery and publishing into AI content creation and distribution workflows.

Sponsored

ElevenLabs

Free Tier

The leading voice AI platform. Add lifelike text-to-speech to your Claude agents via the ElevenLabs MCP server.

Try ElevenLabs free →