{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "film.mcp/directory",
  "title": "mcp.film directory",
  "description": "Search the curated directory of MCP servers for AI filmmaking, get install configs for any client, and plan a full production stack.",
  "version": "1.4.0",
  "websiteUrl": "https://mcp.film",
  "repository": {
    "url": "https://github.com/c47-inc/mcp-film",
    "source": "github",
    "subfolder": "packages/mcp-server"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "mcp-film",
      "version": "1.4.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}