Feedback layer for video. Reviewers talk through feedback; agents read it as structured comments.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
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.
One command connects the Flask MCP server (Claude Code, Cursor) and installs the review-loop skill for any agent that reads skills:
Prefer to wire things yourself? Per-client instructions below.
Then authenticate once: /mcp -> flask -> complete the browser sign-in.
No plugin manager? Connect the MCP server directly:
Install the review-loop skill (works across skills-compatible clients):
Then connect the MCP server:
https://api.flask.do/api/mcp/mcphttps://api.flask.do/api/mcp/mcp (OAuth sign-in opens in the browser on first use)| Tool | What it does |
|---|---|
contents, search, recent_activity | Browse folders/assets, search, latest team feedback |
feedback_list, feedback_get | Read feedback with tags, timestamps, recording transcripts (transcript: "full" for whole recording) |
wait_for_feedback | Long-poll - returns new feedback the moment it's left |
get_annotated_frames | Returns the video frames a recording pointed at / drew on, as images with the drawing rendered in, plus the transcript marked [FRAME N] - resolves "this"/"here"/drawn-circle references to actual pixels |
upload_file_start / upload_file_complete | Upload a local video (5GB max) via presigned URL; share link available the instant the upload starts |
upload_video | Import from a public URL or Google Drive link |
version_of (param on uploads) | Upload as a new version of an existing asset - one stable link for the whole iteration |
asset_status, tags, permission_get | Processing status, tag distribution, folder access |
The server is read-only except for uploads - it can never edit or delete anything.
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.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/flask)<a href="https://allmcps.com/mcp/flask"><img src="https://allmcps.com/api/badge/flask?style=directory" alt="Flask on AllMCPs" /></a>