- Framedeck MCP
Framedeck MCP
Framedeck MCP
Framedeck is a Kanban content production manager for YouTube, Instagram, TikTok, and Podcast creators. The MCP server lets any AI assistant (Claude, ChatGPT, Gemini, Copilot) manage the entire video production pipeline through natural conversation.
Features
- 32 tools covering productions, stages, frames (cards), checklists, comments, labels, assignments, and time tracking
- Idea Pool → graduate workflow for capturing video ideas and promoting them to full productions
- Dual mode: Creator (Productions/Stages/Frames) or Classic (Projects/Stages/Cards)
- MCP safety annotations on all tools (
readOnlyHint,destructiveHint,idempotentHint,openWorldHint) - Multi-user, multi-board with project members, real-time sync, and per-project stages
Usage Examples
Capture and graduate ideas:
"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 calls
create_multiple_cards— they land in the Idea Pool. Say "the knife one is a go" and Claude callsgraduate_to_productionto promote it into a full production with stages (Idea → Scripting → Filming → Editing → Published).
Plan a production day:
"For the Sony review, add subtasks: write intro, shoot product shots, record voiceover, edit B-roll, color grade, export final."
Claude calls
set_active_boardthencreate_multiple_cardsto add all six subtasks to the Filming stage.
Get a project overview:
"How's my channel looking? Anything overdue?"
Claude calls
get_board_overviewfor each production and returns a summary highlighting overdue items.
Installation
npx framedeck-mcp
Server Config
{
"mcpServers": {
"framedeck": {
"command": "npx",
"args": [
"-y",
"framedeck-mcp"
],
"env": {
"FRAMEDECK_API_KEY": "<YOUR_API_KEY>"
}
}
}
}