Setup
Claude Code setup
Install the Martini skill first:
npx -y skills add github.com/martini-film/skills --global --agent claude-code --yes
Then add the Martini MCP connector:
claude mcp add --transport http --scope user martini https://www.martini.film/mcp
- Paste both commands into your terminal.
- Open Claude Code and run
/mcp. - Authenticate Martini when prompted in your browser.
- Ask “show me my latest projects.”
Core profile
To install the narrower core profile instead, use:
claude mcp add --transport http --scope user martini-core https://www.martini.film/mcp-core
Verify connection
- Ask “show me my latest projects.”
- Approve the first tool calls only after the client shows the expected Martini project or asset target.
Disconnect or revoke
Remove Martini from Claude Code’s user-scoped MCP servers:
claude mcp remove martini --scope user
If you installed the core profile too, remove martini-core the same way.
Troubleshooting
If setup fails, confirm the server URL is https://www.martini.film/mcp, reload the client’s MCP servers, then authenticate again. For browser-based clients, make sure the client domain is allowed by Martini’s MCP origin policy.