Framedeck MCP

Created By
Lukaris2 months ago
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
Overview

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 calls graduate_to_production to 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_board then create_multiple_cards to add all six subtasks to the Filming stage.

Get a project overview:

"How's my channel looking? Anything overdue?"

Claude calls get_board_overview for 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>"
      }
    }
  }
}
Project Info
Created At
2 months ago
Updated At
2 months ago
Author Name
Lukaris
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago