framedeck-mcp
MCP server for Framedeck — connect any AI assistant to your content production pipeline.
Works with Claude, ChatGPT, Gemini, Copilot, and any MCP-compatible client.
Quick Start
- Get your API key at framedeck.app > Settings > API Keys
- Add to your AI assistant config (see below)
Setup
Claude Code
claude mcp add framedeck -e FRAMEDECK_API_KEY=your_key_here -- npx -y framedeck-mcpClaude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"framedeck": {
"command": "npx",
"args": ["-y", "framedeck-mcp"],
"env": {
"FRAMEDECK_API_KEY": "your_key_here"
}
}
}
}Other MCP Clients
Set the environment variable FRAMEDECK_API_KEY and run:
npx framedeck-mcpUsage Examples
Talk to your AI assistant naturally — here are three end-to-end workflows:
Example 1 — Capture and graduate ideas
You: "I just had 3 video ideas: a knife sharpening tutorial, a Sony A7IV review, and a day-in-the-life vlog. Add them to my idea pool."
Claude (via MCP): Calls
create_multiple_cardswith the three titles. They land in your Idea Pool's "Ideas" stage.You: "The knife sharpening one is a go — graduate it to a real production."
Claude: Calls
graduate_to_productionwhich creates a new dedicated production with full stages (Idea → Scripting → Filming → Editing → Published) and moves the idea card across.






