streamable-httpupdated 3mo ago
Official client integration and distribution repo for Martini's hosted Model Context Protocol server.
What can you do with Martini?
Martini MCP
Official client integration and distribution repo for Martini's hosted Model Context Protocol server.
Martini is an AI video production tool for filmmakers. The MCP server lets compatible AI assistants browse and create Martini projects, scenes, subjects, assets, bins, uploads, and generation jobs.
Server
https://www.martini.film/mcp
Authentication is handled by Martini's OAuth flow. This repository does not include local binaries, API keys, or secrets.
Install
Gemini CLI
gemini extensions install https://github.com/Martini-Film/mcp --auto-update
Restart Gemini CLI, then verify the connection:
/mcp
You should see a martini MCP server.
Claude
In Claude, add Martini as a custom connector with this server URL:
https://www.martini.film/mcp
Claude Code
claude mcp add --transport http martini https://www.martini.film/mcp
Generic MCP Clients
Use a remote HTTP MCP server named martini:
{
"mcpServers": {
"martini": {
"type": "http",
"url": "https://www.martini.film/mcp"
}
}
}
Some clients use httpUrl instead of url:
{
"mcpServers": {
"martini": {
"httpUrl": "https://www.martini.film/mcp"
}
}
}
Gemini CLI Commands
This extension includes prompt-wrapper commands:
/martini:connect/martini:overview/martini:generate-plan/martini:upload-check/martini:project
Uninstall
gemini extensions uninstall mcp
Docs
- Client setup
- Gemini CLI extension
- OAuth and authentication
- Tool safety
- Where this repo can be used
- Release checklist
- Risk mitigation
Example Prompts
List my Martini projects.
Open my latest Martini project and summarize its scenes and assets.
Create a new Martini project for a 30-second product film about a ceramic coffee dripper.
In my current Martini project, create a scene breakdown for a moody tabletop coffee commercial.
Security Notes
- Review tool approval prompts before allowing write, upload, or generation actions.
- Do not paste Martini access tokens into chat.
- Treat signed asset URLs as sensitive while they are active.
- Use disposable projects when testing new automated workflows.
Support
Email support@martini.film.
Install
Add Martini to your client. Pick the one you use.
claude mcp add --transport http martini https://www.martini.film/mcpcodex mcp add martini --url https://www.martini.film/mcp{
"mcpServers": {
"martini": {
"url": "https://www.martini.film/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"martini": {
"type": "http",
"url": "https://www.martini.film/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"martini": {
"url": "https://www.martini.film/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"martini": {
"serverUrl": "https://www.martini.film/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance13/25
- Trust9/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 94 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.1Latest | May 30, 2026 |