Martini Logo
Claude Code

Claude Code setup

Advanced setup

Manual setup for local file workflows.

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
  1. Paste both commands into your terminal.
  2. Open Claude Code and run /mcp.
  3. Authenticate Martini when prompted in your browser.
  4. 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

  1. Ask “show me my latest projects.”
  2. 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.