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
Mnemom

14 hours ago
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

13 hours ago
Docwand

13 hours ago