Martini MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Martini MCPList my Martini projects."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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/mcpAuthentication is handled by Martini's OAuth flow. This repository does not include local binaries, API keys, or secrets.
Related MCP server: Kitsu MCP Server
Install
Gemini CLI
gemini extensions install https://github.com/Martini-Film/mcp --auto-updateRestart Gemini CLI, then verify the connection:
/mcpYou should see a martini MCP server.
Claude
In Claude, add Martini as a custom connector with this server URL:
https://www.martini.film/mcpClaude Code
claude mcp add --transport http martini https://www.martini.film/mcpGeneric 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 mcpDocs
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityFmaintenanceEnables AI assistants to create and edit professional videos through natural language by automating JianYing (CapCut) video production workflows. Supports adding media segments, effects, transitions, animations, and exporting editable project files.Last updated20270
- Alicense-qualityAmaintenanceConnects AI assistants to the Kitsu open-source production management platform for animation, VFX, and game studios. It provides over 70 tools to manage projects, assets, shots, tasks, and production pipelines through natural language.Last updated13MIT
- AlicenseAqualityFmaintenanceEnables programmatic video generation via the json2video API, supporting scene and element creation, status polling, and template management.Last updated55126MIT
- Alicense-qualityDmaintenanceEnables AI assistants to manage videos on PlayVideo, including collections, videos, webhooks, embed settings, API keys, and account management.Last updated3MIT
Related MCP Connectors
Create and manage cinematic AI video renders through the Future Video Studio Agent API.
Build and run visual creative-production workflows from your AI agent.
Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Martini-Film/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server