Curated, agent-first directory of MCP servers for AI filmmaking.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-film": {
"command": "npx",
"args": [
"-y",
"c47-inc/mcp-film"
]
}
}
}
Run in terminal:
claude mcp add mcp-film npx -y c47-inc/mcp-film
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-film": {
"command": "npx",
"args": [
"-y",
"c47-inc/mcp-film"
]
}
}
}