- Framesail AI
Framesail AI
Framesail is an AI video studio built for one job: long-form video. It locks character and environment references up front and renders every shot against them — the same characters, the same world, from the first shot to the last. The MCP server exposes the entire pipeline, connecting to 5+ ai providers, so Claude or any agent can take a brief to a finished video.
Connect
claude.ai / Claude Desktop (OAuth — no key handling): Settings → Connectors → Add custom connector → https://api.framesail.com/mcp. A browser login opens; approve the consent screen.
Claude Code / Cursor / other clients: use the server config with an fsk_ API key from your account page. Every connection is revocable there.
What the tools cover
Channels & projects · script generation and asset scanning · locked reference images and art styles · word-timed voiceover (ElevenLabs / MiniMax) · storyboard planning · segment rendering and final MP4 export · credit balance and job status. Every tool carries a title and safety annotations.
Access
API & MCP access is available on Framesail's Pro and BYOK plans — see pricing. With BYOK, jobs covered by your own provider keys bill zero platform credits.
Docs: framesail.com/developers · Registry: com.framesail/framesail · Support: support@framesail.com
Server Config
{
"mcpServers": {
"framesail": {
"type": "streamable-http",
"url": "https://api.framesail.com/mcp",
"headers": {
"Authorization": "Bearer fsk_YOUR_API_KEY"
}
}
}
}Recommend Servers
View Allsummarize chat message