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
| Client | Works with | Config surface | Use when |
|---|---|---|---|
claude_codeClaude Code |
remote + local stdio | CLI command | Local coding agents that can run commands and connect hosted Streamable HTTP MCP servers. |
claude_desktopClaude Desktop |
remote + local stdio | claude_desktop_config.json | Local desktop sessions that can spawn stdio servers or bridge hosted remotes through mcp-remote. |
cursorCursor |
remote + local stdio | .cursor/mcp.json | Coding-agent workspaces that need project-local MCP configuration. |
hosted_remoteHosted 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_mcpmcp-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
| Server | Auth | Remote 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
- Hosted web clients: use only entries with
install.remote_url. Local stdio packages need a trusted local bridge or a desktop/runtime client. - Claude Code: prefer
install.claude_code. When absent, mcp.film generates a command from the remote URL or simple stdio command. - Claude Desktop: use the generated
claude_desktop_config.jsonsnippets on listing pages. - Cursor: use generated
.cursor/mcp.jsonsnippets; hosted remotes use a directurl. - Unknown clients: start from
/api/client-profiles.json, then choose remote-only if the runtime cannot spawn processes.