Framedeck is a Kanban content production manager for YouTube, Instagram, TikTok and Podcast creators. The MCP server exposes 32 tools for managing productions, stages, frames (cards), checklists, comments, labels, assignments, and time tracking.
Ideas land in an Idea Pool and graduate into full productions with stages (Idea → Scripting → Filming → Editing → Published). All tools ship with MCP safety annotations (readOnlyHint, destructiveHint, idempotentHint, openWorldHint).
Works with Claude, ChatGPT, Gemini, Copilot, and any MCP-compatible client. Install via `npx framedeck-mcp`.
Live at https://framedeck.app — privacy policy at https://framedeck.app/privacy — support at support@framedeck.app
Server Config
{
"mcpServers": {
"framedeck": {
"command": "npx",
"args": [
"-y",
"framedeck-mcp"
],
"env": {
"FRAMEDECK_API_KEY": "<YOUR_API_KEY>"
}
}
}
}