Flask Video Feedback
Provides tools for uploading videos, browsing assets, and managing feedback (recorded video commentary with transcripts) on the Flask platform, enabling an iterative video review loop.
Allows importing videos directly from Google Drive links via the upload_video tool.
Flask plugin for Claude Code
Flask is the feedback layer for video, built for the agentic loop: your agent uploads a render and shares the link instantly. The reviewer doesn't type - they hit record and talk through the video (voice, camera, screen, drawing on frames), and Flask turns the recording into structured, timestamped comments with transcripts. The agent reads that feedback and iterates, pushing each revision as a new version of the same asset. Typed comments work too - recordings are the advantage, not a requirement.
This plugin connects the Flask MCP server and teaches the agent the full review loop.
Install
One command connects the Flask MCP server (Claude Code, Cursor) and installs the review-loop skill for any agent that reads skills:
npx flask-feedbackPrefer to wire things yourself? Per-client instructions below.
Claude Code
/plugin marketplace add tryflask/skills
/plugin install flask@flaskThen authenticate once: /mcp -> flask -> complete the browser sign-in.
No plugin manager? Connect the MCP server directly:
claude mcp add --transport http flask https://api.flask.do/api/mcp/mcpCursor, Codex, and other agents
Install the review-loop skill (works across skills-compatible clients):
npx skills add tryflask/skillsThen connect the MCP server:
Cursor:
claude.ai / Claude Desktop: Settings -> Connectors -> add
https://api.flask.do/api/mcp/mcpAny MCP client: Streamable HTTP at
https://api.flask.do/api/mcp/mcp(OAuth sign-in opens in the browser on first use)
Related MCP server: Lens
What the agent can do
Tool | What it does |
| Browse folders/assets, search, latest team feedback |
| Read feedback with tags, timestamps, recording transcripts ( |
| Long-poll - returns new feedback the moment it's left |
| Returns the video frames a recording pointed at / drew on, as images with the drawing rendered in, plus the transcript marked |
| Upload a local video (5GB max) via presigned URL; share link available the instant the upload starts |
| Import from a public URL or Google Drive link |
| Upload as a new version of an existing asset - one stable link for the whole iteration |
| Processing status, tag distribution, folder access |
The server is read-only except for uploads - it can never edit or delete anything.
The loop in practice
agent renders video -> upload_file_start -> user gets flask.do link instantly
user records feedback on the video -> wait_for_feedback returns it (transcribed)
agent implements changes -> uploads v2 with version_of -> same link shows v2Docs and support
Server documentation: https://flask.do/mcp
Support: hello@flask.do
This repo is kept in sync with the MCP server. Tool list and behavior described here mirror https://flask.do/mcp, which is the source of truth.
This server cannot be installed
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tryflask/skills'
If you have feedback or need assistance with the MCP directory API, please join our Discord server