# Hosted MCP remotes

> MCP endpoints for filmmaking agents that connect over HTTPS without a local stdio process.

Structured data: https://mcp.film/api/remotes.json
Full registry: https://mcp.film/api/registry.json

## Martini

The film set for AI videos — direct entire productions from your agent.

- Listing: https://mcp.film/mcps/martini/
- Category: Full-Stack AI Studios
- Official: yes
- Pricing: credits
- Auth: oauth
- Verified: 2026-06-29

Endpoint:

```text
https://www.martini.film/mcp
```

Claude Code:

```sh
claude mcp add --transport http --scope user martini https://www.martini.film/mcp
```

Notes: Remote MCP server maintained first-party by Martini (YC-backed), with live production endpoint https://www.martini.film/mcp returning OAuth protected-resource metadata and a Supabase-backed bearer challenge. The full profile exposes 59 registered tools in the backend source; the narrower core profile at https://www.martini.film/mcp-core omits direct generation tools for clients or directories that do not allow AI media generation. Generation tools require explicit user approval of model, prompt, count, target shot, and estimated olive cost before spending credits. Public setup docs include Claude Desktop/Web, Claude Code, Gemini CLI, ChatGPT, Cursor, Hermes, OpenClaw, and generic Streamable HTTP clients.

## Airtable MCP Server

Official hosted Airtable MCP: query, create, and update production-tracking bases.

- Listing: https://mcp.film/mcps/airtable/
- Category: Production Ops
- Official: yes
- Pricing: freemium
- Auth: oauth
- Verified: 2026-06-11

Endpoint:

```text
https://mcp.airtable.com/mcp
```

Claude Code:

```sh
claude mcp add --transport http airtable https://mcp.airtable.com/mcp
```

Notes: Tool names verified directly against the live official server. Permissions-aware (read-only access stays read-only via MCP). Community stdio alternative: domdomegg/airtable-mcp-server (447 stars, npx airtable-mcp-server with a PAT).

## D-ID MCP Server

D-ID's hosted MCP connecting agents to the D-ID API and docs for avatar video.

- Listing: https://mcp.film/mcps/d-id/
- Category: Avatars & Performance
- Official: yes
- Pricing: freemium
- Auth: api_key
- Verified: 2026-06-11

Endpoint:

```text
https://docs.d-id.com/mcp
```

Claude Code:

```sh
claude mcp add --transport http d-id https://docs.d-id.com/mcp
```

Notes: Docs-platform-hosted (ReadMe-powered) remote MCP; exact tool list not published openly. Landscape note: Synthesia has no official MCP as of June 2026 (only marginal community wrappers and generic Zapier/viaSocket gateways).

## Dropbox MCP Server

Dropbox's official remote MCP (beta) for dailies, footage folders, and file ops.

- Listing: https://mcp.film/mcps/dropbox/
- Category: Production Ops
- Official: yes
- Pricing: freemium
- Auth: oauth
- Verified: 2026-06-11

Endpoint:

```text
https://mcp.dropbox.com/mcp
```

Claude Code:

```sh
claude mcp add --transport http dropbox https://mcp.dropbox.com/mcp
```

Notes: Beta; exact tool names not published on the public help page. A separate official Dash MCP exists for enterprise search (dropbox/mcp-server-dash). Community Go alternative for classic file access: ngs/dropbox-mcp-server (brew install dropbox-mcp-server).

## fal MCP Server

One hosted endpoint to search, run and chain 1,000+ image, video and audio models.

- Listing: https://mcp.film/mcps/fal/
- Category: Model Hubs
- Official: yes
- Pricing: credits
- Auth: api_key (FAL_KEY)
- Verified: 2026-06-11

Endpoint:

```text
https://mcp.fal.ai/mcp
```

Claude Code:

```sh
claude mcp add --transport http fal https://mcp.fal.ai/mcp --header "Authorization: Bearer YOUR_FAL_KEY"
```

Notes: Hosted and fully stateless; the MCP itself is free, you pay standard fal per-run pricing. Arguably the best single 'everything' server for a generative film pipeline, and the practical MCP route to models with no first-party server (LTX-2, Stable Audio, CassetteAI, Beatoven).

## FLUX MCP

Official BFL server: FLUX.2 text-to-image, editing, multi-reference and variations.

- Listing: https://mcp.film/mcps/flux-bfl/
- Category: Image Generation
- Official: yes
- Pricing: credits
- Auth: oauth
- Verified: 2026-06-11

Endpoint:

```text
https://mcp.bfl.ai
```

Claude Code:

```sh
claude mcp add --transport http flux https://mcp.bfl.ai
```

Notes: Models: flux2_pro_preview (default), flux2_max, flux2_klein variants, flux2_flex (typography). generate_image batches 1-8 images in parallel. Pricing at bfl.ai/pricing.

## Google Drive MCP

Google's official remote Drive MCP: search, read, and create files with Workspace governance.

- Listing: https://mcp.film/mcps/google-drive/
- Category: Production Ops
- Official: yes
- Pricing: freemium
- Auth: oauth
- Verified: 2026-06-11

Endpoint:

```text
https://drivemcp.googleapis.com/mcp/v1
```

Claude Code:

```sh
claude mcp add --transport http google-drive https://drivemcp.googleapis.com/mcp/v1
```

Notes: Part of the Google Workspace Developer Preview Program — flag as preview. The old Anthropic reference gdrive server is archived; don't use it. Broader community alternative covering Docs/Sheets/Slides/Gmail too: taylorwilsdon/google_workspace_mcp (2.6k stars, very active, uvx workspace-mcp).

## HeyGen Remote MCP

Hosted MCP for avatar videos, lipsync, and 175-language video translation.

- Listing: https://mcp.film/mcps/heygen/
- Category: Avatars & Performance
- Official: yes
- Pricing: credits
- Auth: oauth
- Verified: 2026-06-11

Endpoint:

```text
https://mcp.heygen.com/mcp/v1/
```

Claude Code:

```sh
claude mcp add --transport http heygen https://mcp.heygen.com/mcp/v1/
```

Notes: Available on all HeyGen plans; generation consumes plan credits. HeyGen's legacy stdio package (heygen-mcp) is abandoned — the repo 404s; the maintained community fork is sbroenne/heygen-mcp (uvx heygen-mcp-sbroenne with HEYGEN_API_KEY) if you need a local server. HeyGen also ships official Agent Skills (heygen-com/skills).

## Higgsfield MCP

Hosted connector to 30+ video/image models: Kling 3, Veo 3, Sora 2, Soul, Seedance.

- Listing: https://mcp.film/mcps/higgsfield/
- Category: Video Generation
- Official: yes
- Pricing: credits
- Auth: oauth
- Verified: 2026-06-11

Endpoint:

```text
https://mcp.higgsfield.ai/mcp
```

Claude Code:

```sh
claude mcp add --transport http higgsfield https://mcp.higgsfield.ai/mcp
```

Notes: Works with Claude (web/Cowork/Claude Code) and any MCP client; also ships a CLI and agent skills. Community alternatives exist but the official hosted endpoint is the safe pick.

## Krea MCP Server

Official hosted MCP for Krea image/video models, schemas, uploads, and job widgets.

- Listing: https://mcp.film/mcps/krea/
- Category: Model Hubs
- Official: yes
- Pricing: credits
- Auth: oauth
- Verified: 2026-06-29

Endpoint:

```text
https://api.krea.ai/mcp
```

Claude Code:

```sh
claude mcp add --transport http krea-ai https://api.krea.ai/mcp
```

Notes: Official hosted Streamable HTTP. OAuth was added Jun 13 2026 and bills the workspace selected during consent; API-token auth still works for clients without OAuth but bills a separate workspace API balance. Ask the agent to call list_models/get_model_schema first because Krea surfaces deprecation metadata there, and provider models do disappear — Sora 2 and older Seedance/Seedream endpoints are already sunset. get_upload_url returns presigned upload URLs valid for three hours.

## Magnific MCP

Official remote MCP for upscaling, image/video generation, characters, and asset history.

- Listing: https://mcp.film/mcps/magnific/
- Category: Upscaling & Enhancement
- Official: yes
- Pricing: credits
- Auth: oauth
- Verified: 2026-06-29

Endpoint:

```text
https://mcp.magnific.com
```

Claude Code:

```sh
claude mcp add --transport http magnific https://mcp.magnific.com
```

Notes: Remote streamable HTTP only; no local package or source repo is published for the official MCP. The docs say tools draw from the same Magnific credit balance as the app/API, and live `tools/list` is the source of truth. The MCP surface is broader than pure upscaling — image/video generation, Soul references, TTS, 3D, folders, and prior-creation browsing — so use explicit prompts when you want faithful enhancement rather than creative reinterpretation.

## Miro MCP

Official Miro MCP — build and read storyboards, frames, and planning boards via AI.

- Listing: https://mcp.film/mcps/miro/
- Category: Story & Pre-Production
- Official: yes
- Pricing: freemium
- Auth: oauth
- Verified: 2026-06-11

Endpoint:

```text
https://mcp.miro.com/
```

Claude Code:

```sh
claude mcp add --transport http miro https://mcp.miro.com/
```

Notes: Public beta; also installable as a Claude Code plugin (/plugin install miro@miro-ai). Tool schemas live at developers.miro.com — the server itself is the source of truth. Enterprise plans add admin controls.

## Mux MCP Server

Official Mux MCP: upload, manage, and analyze video via API or hosted remote server.

- Listing: https://mcp.film/mcps/mux/
- Category: Review & Distribution
- Official: yes
- Pricing: freemium
- Auth: oauth (MUX_TOKEN_ID)
- Verified: 2026-06-11

Endpoint:

```text
https://mcp.mux.com
```

Claude Code:

```sh
claude mcp add --transport http mux https://mcp.mux.com
```

Notes: npm @mux/mcp v14.x, Apache-2.0, maintained inside the official mux-node-sdk monorepo. Recent versions use a 'Code Mode' design (docs search + sandboxed code execution against the Mux API) instead of hundreds of per-endpoint tools. Supports resource-filtering query params (e.g. ?resource=video.*); DELETE routes mostly excluded by design.

## Notion MCP

Notion's hosted MCP: search, read, and write docs, wikis, and databases via OAuth.

- Listing: https://mcp.film/mcps/notion/
- Category: Production Ops
- Official: yes
- Pricing: freemium
- Auth: oauth
- Verified: 2026-06-11

Endpoint:

```text
https://mcp.notion.com/mcp
```

Claude Code:

```sh
claude mcp add --transport http notion https://mcp.notion.com/mcp
```

Notes: ~18 tools on the hosted server (SSE fallback at mcp.notion.com/sse). The open-source local repo (4.4k stars) is explicitly deprioritized by Notion — prefer the hosted URL. Cross-connector search requires a Notion AI / Business plan.

## Pika MCP

'Pikafy' your agent: Pika's video, image, music and voiceover tools in Claude.

- Listing: https://mcp.film/mcps/pika/
- Category: Video Generation
- Official: yes
- Pricing: credits
- Auth: oauth
- Verified: 2026-06-11

Endpoint:

```text
https://mcp.pika.me/api/mcp
```

Claude Code:

```sh
claude mcp add --transport http pika https://mcp.pika.me/api/mcp
```

Notes: Part of Pika's 2026 pivot to an agent platform. Skill-driven workflows (podcast/explainer/UGC) make it strong for templated content; per-tool documentation is thinner than Runway or fal.

## Promptibus MCP

Model intelligence MCP for prompt syntax, pricing, and budget-aware picks.

- Listing: https://mcp.film/mcps/promptibus/
- Category: Model Hubs
- Official: yes
- Pricing: freemium
- Auth: api_key (PROMPTIBUS_API_KEY)
- Verified: 2026-06-29

Endpoint:

```text
https://promptibus.com/api/mcp
```

Claude Code:

```sh
claude mcp add promptibus -- npx -y @promptibus/mcp
```

Notes: MIT, npm @promptibus/mcp 0.9.0, created Apr 2026 and pushed May 2026, only 3 stars so far. Anonymous mode works without a key but is limited to 25 requests/day and 10 free-tier models; an API key unlocks higher limits and broader model coverage. Caveat: it is a catalogue/preflight server, not a generation router.

## Recraft MCP Server

Official Recraft server: raster + vector image gen, styles, upscale, backgrounds.

- Listing: https://mcp.film/mcps/recraft/
- Category: Image Generation
- Official: yes
- Pricing: credits
- Auth: api_key (RECRAFT_API_KEY)
- Verified: 2026-06-11

Endpoint:

```text
https://mcp.recraft.ai/mcp
```

Claude Code:

```sh
claude mcp add recraft -e RECRAFT_API_KEY=YOUR_KEY -- npx -y @recraft-ai/mcp-recraft-server@latest
```

Notes: v1.6.5; per-image API pricing roughly $0.04-$0.08, vectorize $0.01, creative upscale $0.25. Local mode supports IMAGE_STORAGE_DIRECTORY for saving outputs to disk.

## Replicate MCP Server

Official remote MCP for discovering and running thousands of models on Replicate.

- Listing: https://mcp.film/mcps/replicate/
- Category: Model Hubs
- Official: yes
- Pricing: paid
- Auth: api_key (REPLICATE_API_TOKEN)
- Verified: 2026-06-11

Endpoint:

```text
https://mcp.replicate.com/sse
```

Claude Code:

```sh
claude mcp add --transport sse replicate https://mcp.replicate.com/sse
```

Notes: Remote server recommended; check mcp.replicate.com for the current endpoint (SSE at launch, streamable-HTTP may follow). The npm package tracks the full HTTP API and is auto-updated. Also a strong route to upscalers (Real-ESRGAN, Topaz-style models) with no first-party MCP.

## Runway MCP

Official hosted MCP: Gen-4.5, Seedance, Kling and Veo video from any agent.

- Listing: https://mcp.film/mcps/runway/
- Category: Video Generation
- Official: yes
- Pricing: credits
- Auth: oauth
- Verified: 2026-06-11

Endpoint:

```text
https://mcp.runwayml.com/mcp
```

Claude Code:

```sh
claude mcp add --transport http runway https://mcp.runwayml.com/mcp
```

Notes: Hosted server (OAuth, no API key, bills Runway credits) is the flagship; an open-source MIT repo exists for self-hosting. Generated asset URLs from the API expire after 24h — download outputs promptly.

## Shotstack MCP

Cloud video editing and template rendering through Shotstack's official MCP.

- Listing: https://mcp.film/mcps/shotstack/
- Category: Editing & Post
- Official: yes
- Pricing: freemium
- Auth: api_key (SHOTSTACK_API_KEY)
- Verified: 2026-06-29

Endpoint:

```text
https://mcp.shotstack.io/
```

Claude Code:

```sh
claude mcp add shotstack -e SHOTSTACK_API_KEY=YOUR_KEY -- npx -y @shotstack/shotstack-mcp-server
```

Notes: Official npm package @shotstack/shotstack-mcp-server 1.1.0, MIT, Node >=18, published by author Shotstack with a shotstack.io maintainer; latest modified May 8 2026. Local stdio uses SHOTSTACK_API_KEY; the hosted endpoint at https://mcp.shotstack.io/ responds as an OAuth-protected MCP resource for web clients. No public source repo was advertised in npm metadata, so verify behavior against package docs and the live endpoint rather than GitHub stars.

## Unreal Engine MCP

Control Unreal Engine 5.5+ scenes and Blueprints by natural language.

- Listing: https://mcp.film/mcps/unreal-engine/
- Category: 3D, Worlds & VFX
- Official: no
- Pricing: freemium
- Auth: api_key
- Verified: 2026-06-11

Endpoint:

```text
https://agent.flopperam.com/mcp
```

Claude Code:

```sh
claude mcp add --transport http unreal-engine https://agent.flopperam.com/mcp
```

Notes: 1k+ stars, MIT, actively maintained (May 2026). Landscape note: chongdashu/unreal-mcp is the most-starred (1.9k) but inactive since Apr 2025; ChiR24/Unreal_mcp (699 stars, active Jun 2026) is another option.

