framedeck-mcp
Enables linking of git commits to cards/frames within Framedeck productions and workspaces, allowing users to associate version control history with content production tasks and track code changes alongside creative work.
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)
Related MCP server: Calq MCP
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.
Example 2 — Plan a production day
You: "For the Sony review, add subtasks: write intro, shoot product shots, record voiceover, edit B-roll, color grade, export final."
Claude: Calls
set_active_boardto "Sony A7IV review", thencreate_multiple_cardswith all six subtasks in the "Filming" stage.You: "Mark the intro and product shots as done."
Claude: Calls
move_cardtwice to push them into the "Done" stage.
Example 3 — Get a project overview
You: "How's my channel looking? Anything overdue?"
Claude: Calls
get_board_overviewfor each production. Returns a summary showing card counts per stage, overdue items highlighted in red, and which productions need attention.You: "What's assigned to me right now?"
Claude: Calls
get_my_cardsand lists everything you own grouped by board and status.
Tools (32)
Tool | Description |
| Set the active production context |
| Show current active production |
| List all productions/projects |
| Create a new production or project |
| List stages in a board |
| Create a new stage |
| Delete a stage |
| List cards/frames with filters |
| Create a card/frame |
| Batch create (up to 50) |
| Update title, description, priority, due date |
| Move to a different stage |
| Permanently delete |
| Soft delete (restorable) |
| Copy with checklist and labels |
| Color-code a card |
| Add a comment |
| Add a subtask |
| Check/uncheck a subtask |
| Add labels to a card |
| Remove a label |
| Full card info |
| Search by keyword |
| Assign a team member |
| Cards grouped by status |
| Board summary with overdue items |
| List all labels |
| Create a label |
| Link a git commit to a card |
| Log time spent |
| Activity summary |
| Promote idea to full production |
Dual Mode
Framedeck supports two board modes:
Creator mode: Productions, Stages, Frames — for content pipelines
Classic mode: Projects, Stages, Cards — for standard project management
The MCP server automatically uses the correct terminology based on each board's mode.
Idea Pool
When you add ideas without specifying a board, they automatically land in your Idea Pool. When an idea is ready, use graduate_to_production to create a dedicated production with full stages (Idea > Scripting > Filming > Editing > Published).
Safety Annotations
Every tool ships with MCP safety annotations (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) so AI clients can warn users before destructive actions like delete_card, delete_column, and archive_card.
Privacy & Support
Privacy Policy: https://framedeck.app/privacy
Terms of Service: https://framedeck.app/terms
Support: support@framedeck.app
License
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
32 tool updates
v0.1.0- First observed
add_checklist_item - First observed
add_comment - First observed
add_labels_to_card - First observed
archive_card - First observed
assign_card - First observed
create_board - First observed
create_card - First observed
create_column - First observed
create_label - First observed
create_multiple_cards - First observed
delete_card - First observed
delete_column - First observed
duplicate_card - First observed
get_active_board - First observed
get_board_overview - First observed
get_card_details - First observed
get_my_cards - First observed
get_sprint_summary - First observed
graduate_to_production - First observed
link_commit - First observed
list_boards - First observed
list_cards - First observed
list_columns - First observed
list_labels - First observed
log_work - First observed
move_card - First observed
remove_label_from_card - First observed
search_cards - First observed
set_active_board - First observed
set_card_color - First observed
toggle_checklist_item - First observed
update_card
TDQS
Scored across 32 tools
Tools are semantically distinct with clear resource targeting (card vs board vs column vs label) and action specificity (create vs duplicate vs graduate, add vs toggle). While the large set creates cognitive load, descriptive prefixes prevent overlap between similar operations like list_cards (filtered) and search_cards (keyword across all boards).
Exemplary consistency across all 32 tools. Every name follows snake_case with standardized verb_object structure (e.g., create_card, add_labels_to_card, set_active_board, toggle_checklist_item). Verbs are uniform throughout the CRUD and lifecycle operations.
32 tools significantly exceeds the threshold for effective agent selection (25+). The surface is overly granular, exposing fine-grained operations (separate tools for color, checklist items, single vs batch create) that could be consolidated into parameters, increasing selection error rates.
Strong coverage of the project management domain including full card lifecycle, board/column management, labeling, assignment, time tracking, and git integration. Minor gaps exist (no delete board, no update/delete comment), but core video production workflows (graduate_to_production, Idea Pool) are well supported.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Collaborative whiteboard MCP server — create objects, connectors, C4 diagrams, and manage boards
MCP server for progressive tool usage at any scale (see https://klavis.ai)
MCP server for Product Management
Hosted MCP server for AI-driven data ops. Create apps, manage schemas, and CRUD structured data.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA comprehensive Model Context Protocol (MCP) server for Notion integration with enhanced functionality, robust error handling, production-ready features, and bulletproof validation.5-
- FlicenseNot gradedqualityDmaintenanceA comprehensive MCP server for time tracking, project management, and AI-powered memory storage using semantic search. It enables users to log time, manage client billing, and capture shared or personal ideas through integrated tools and team collaboration features.1-
- AlicenseAqualityCmaintenanceMCP server for Fizzy kanban task management with tools for boards, cards, comments, and checklists.7253AGPL 3.0
- AlicenseAqualityCmaintenanceMCP server for YouTube creator-ops — video metadata, comments, playlists, channel analytics, plus a ComfyUI bridge for AI thumbnail generation.15501MIT