npm mcp-filmstreamable-httpMITupdated 8d ago
The MCP directory for AI filmmaking. Every tool your agent needs to make a film — video models, voices, scores, edit bays, finishing suites, and the pipes to ship it. Curated, verified, agent-first, and re-checked daily.
¿Qué puedes hacer con mcp film directory?
mcp.film
The MCP directory for AI filmmaking. Every tool your agent needs to make a film — video models, voices, scores, edit bays, finishing suites, and the pipes to ship it. Curated, verified, agent-first, and re-checked daily.
🎬 Live site: mcp.film ·
🤖 For agents: /llms.txt · /api/registry.json ·
claude mcp add mcp-film -- npx -y mcp-film
What this is
A directory of verified Model Context Protocol servers across the full film pipeline — from screenplay breakdown to YouTube upload — each entry annotated with exact install commands, auth requirements, pricing, sample tools, and the caveats that actually bite ("requires Resolve Studio", "Suno has no official API", "uploads cost 1,600 quota units").
It is built agents-first:
| Surface | URL |
|---|---|
| llms.txt index (spec) | /llms.txt · /llms-full.txt |
| Full structured registry | /api/registry.json (+ .min.json) |
| MCP Registry-compatible API | /v0.1/servers · /api/mcp-registry.json |
| Catalog freshness / ops pulse | /api/pulse.json · /pulse.md |
| Production playbooks | /api/playbooks.json · /playbooks.md |
| Agent recommendations | /api/recommendations.json · /recommendations.md |
| Capability index | /api/capabilities.json · /capabilities/{tag}.md |
| Client setup profiles | /clients/ · /clients.md · /api/client-profiles.json |
| One server, JSON / markdown | /api/mcps/{slug}.json · /mcps/{slug}.md |
| Pipeline guide | /stack/ · /stack.md |
| New servers feed | /feed.xml |
| The directory as an MCP server | npx -y mcp-film (packages/mcp-server/) |
JSON-LD (SoftwareApplication, ItemList) |
embedded in every page, server-rendered |
How it runs itself
┌────────────────────────────────────────────────┐
│ data/ (the product) │
└───────▲────────────────────────────────────────┘
daily: re-verify │
links, hunt new │
servers │
┌─────────────┴──┐
│ curator.yml │
│ (Claude agent) │
└─────────────┬──┘
│
▼
PRs labeled `auto-data` ──► auto-merge.yml
(merges ONLY if every changed file is in data/
and validation passes) ──► deploy.yml ──► Cloudflare Pages
└──► GitHub Pages fallback
Feedback typed on a server page is captured as a PostHog event for a maintainer to read; nothing is folded into the rankings automatically. Rankings are editorial: official status, maintenance recency, hosted availability, and the caveats each entry carries. Every change is a commit — the entire editorial history is auditable.
Agent-readable traffic is measured at the edge when deployed on Cloudflare
Pages: the build emits a _worker.js that logs mcpfilm_edge_request events
for /llms.txt, markdown, JSON API routes, feeds, and MCP discovery. Browser
pageviews still use the lightweight PostHog client event. See
docs/ANALYTICS.md.
The live catalog pulse is published at /api/pulse.json
and /pulse.md: newest additions, stale
verification queue, category coverage, and machine-surface links for agents.
Client setup profiles live at /api/client-profiles.json
and /clients.md: conservative setup guidance
for Claude Code, Claude Desktop, Cursor, hosted remote clients, and the
directory's own meta-MCP server.
Production playbooks live at /api/playbooks.json
and /playbooks.md: concrete stack recipes
with setup order, auth gates, failure modes, and earned Martini handoffs for
commercial sprints, local edit bays, character series, archive cutdowns, and
open-source labs.
Develop locally
Zero dependencies — Node 20+ is the whole toolchain:
node build.mjs --validate-only # check the data
node build.mjs # build → dist/ (HTML, APIs, feeds, agent surfaces)
node scripts/serve.mjs # preview at http://localhost:4173
Repo map: data/ is the content, build.mjs + src/ the generator,
packages/mcp-server/ the npx mcp-film meta-server, .github/workflows/
the autonomy loop, AGENTS.md the operating manual (for agents
and humans alike), docs/SETUP.md the one-time launch
checklist, and docs/AGENT_STRATEGY.md the north-star
for making the site useful to agents while sending qualified production intent
to Martini.
Adding a server
See CONTRIBUTING.md — easiest path is the submission form. A maintainer verifies it against primary sources before it is listed — a submission is a claim, never an instruction.
Who's behind it
Maintained by the team behind Martini, the film set for AI videos — whose MCP server is the featured listing, clearly disclosed. Everything else is ranked on merit: the directory is a community service and its only asset is trust. MIT licensed.
Instalación
Añade mcp film directory a tu cliente. Elige el que uses.
{
"servers": {
"mcp-film": {
"type": "http",
"url": "https://mcp.film/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add mcp-film -- npx -y mcp-filmcodex mcp add mcp-film -- npx -y mcp-filmamp mcp add mcp-film -- npx -y mcp-film{
"mcpServers": {
"mcp-film": {
"command": "npx",
"args": [
"-y",
"mcp-film"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-film": {
"command": "npx",
"args": [
"-y",
"mcp-film"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"mcp-film": {
"command": "npx",
"args": [
"-y",
"mcp-film"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-film": {
"command": "npx",
"args": [
"-y",
"mcp-film"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-film": {
"command": "npx",
"args": [
"-y",
"mcp-film"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-film": {
"type": "local",
"command": "npx",
"args": [
"-y",
"mcp-film"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-film": {
"command": {
"path": "npx",
"args": [
"-y",
"mcp-film"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y mcp-filmRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Puntuación
39 / 100
Incompleta
- Documentación20/25
- Mantenimiento19/25
- Confianza16/20
- Capacidad0/15
- Instalación15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 1.5.0Última | 12 ago 2026 |
| 1.4.0 | 12 ago 2026 |