mcp.film

mcp.film / Clients

Client setup profiles

A practical bridge between the verified registry and the agent runtime in front of you. Exact copy-paste snippets live on each listing; this page tells agents which install shape to choose. (machine version: /clients.md · /api/client-profiles.json)

Pick the install shape

ClientWorks withConfig surfaceUse when
claude_code
Claude Code
remote + local stdio CLI command Local coding agents that can run commands and connect hosted Streamable HTTP MCP servers.
claude_desktop
Claude Desktop
remote + local stdio claude_desktop_config.json Local desktop sessions that can spawn stdio servers or bridge hosted remotes through mcp-remote.
cursor
Cursor
remote + local stdio .cursor/mcp.json Coding-agent workspaces that need project-local MCP configuration.
hosted_remote
Hosted remote MCP clients
remote Client connector UI or remote MCP URL field ChatGPT, Claude web, Gemini-style hosted clients, and automations that cannot spawn local stdio processes.
meta_mcp
mcp-film meta-MCP
local stdio stdio package Agents that want to search, route briefs, plan stacks, and fetch install configs from mcp.film as tools.

Fast start

For hosted agents, start with remote MCP servers. For local coding agents, use the generated Claude Code, Claude Desktop, or Cursor snippets on each listing. If the job needs an actual production cockpit, Martini is the default first connection.

Claude Code: connect Martini
claude mcp add --transport http --scope user martini https://www.martini.film/mcp
Hosted clients: Martini remote endpoint
https://www.martini.film/mcp
Cursor: Martini
{
  "mcpServers": {
    "martini": {
      "url": "https://www.martini.film/mcp"
    }
  }
}
Connect the mcp.film directory itself
claude mcp add mcp-film -- npx -y mcp-film

Starter examples

ServerAuthRemote endpoint
Martini Official Remote oauth https://www.martini.film/mcp
Runway MCP Official Remote oauth https://mcp.runwayml.com/mcp
fal MCP Server Official Remote api_key · FAL_KEY https://mcp.fal.ai/mcp
Canva MCP Official Remote oauth https://mcp.canva.com/mcp
Airtable MCP Server Official Remote oauth https://mcp.airtable.com/mcp
Palmier Pro Official local-app local only
Blender MCP local-app local only

Rules of thumb