Video Query MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Video Query MCP Serverfind videos of a dog playing in the park"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Video Query MCP Server
An MCP (Model Context Protocol) server that provides video search capabilities using natural language queries. This server interfaces with the Flashback video processing API to search through your personal video collection.
Features
🔍 Natural Language Search: Query videos using everyday language (e.g., "person giving presentation", "dog running in park")
🤖 AI-Generated Descriptions: Returns detailed descriptions of video content including visual analysis and audio transcription
🎬 Video Clips: Get direct URLs to relevant 30-second video segments
⚡ Fast & Secure: Presigned URLs with 1-hour expiration for secure access
📊 Relevance Scoring: Results ranked by semantic similarity to your query
Related MCP server: VZT Video-Intel
Setup
Prerequisites
Your Flashback account user ID
Access to the Flashback video processing system
Configuration
When connecting this MCP server to Poke or other MCP clients, you'll need to provide:
user_id: Your unique Flashback account identifier (e.g.,
4087fce3-3d86-4047-b35f-4004b4c19192)
Development
Run the server:
uv run devTest interactively:
uv run playground
Usage Examples
Query videos:
query_videos("person talking", max_results=5)Get setup help:
get_setup_instructions()How It Works
Video Processing: Videos uploaded to Flashback are automatically:
Split into ~30-second segments
Analyzed with AI for visual content
Transcribed for audio content
Stored in a searchable vector database
Search Process: When you search:
Your query is converted to embeddings
The system finds matching video segments
Returns descriptions and URLs for relevant clips
Results: Each result includes:
AI-generated description of the video content
Relevance score (0-1, higher = more relevant)
Direct URL to view the video segment
Expiration time for the URL
API Reference
Tools
query_videos(query: str, max_results: int = 10) -> str
Search for video clips based on natural language query.
Parameters:
query: Natural language description of what you're looking formax_results: Maximum number of results to return (1-15)
Returns: Formatted text with video descriptions and URLs
get_setup_instructions() -> str
Get detailed setup instructions for the video query system.
Returns: Complete setup and usage guide
Resources
api://video-processing: Information about the underlying video processing API
Examples
# Search for specific content
query_videos("meeting discussion about deadlines")
query_videos("someone cooking in kitchen")
query_videos("red car driving")
# Limit results
query_videos("presentation", max_results=3)Troubleshooting
No results found: Check that videos have been uploaded to your Flashback account
"No description available": Older videos may need to be re-processed for full descriptions
Expired URLs: Video URLs expire after 1 hour for security - request fresh results if needed
Technical Details
Backend: FastAPI service deployed on Modal
Vector Database: Pinecone for semantic search
AI Models: Anthropic Claude for visual analysis, OpenAI Whisper for transcription
Storage: Google Cloud Storage for video files
Deploy
Ready to deploy? Push your code to GitHub and deploy to Smithery:
Create a new repository at github.com/new
Initialize git and push to GitHub:
git add . git commit -m "Video Query MCP Server 🎬" git remote add origin https://github.com/YOUR_USERNAME/YOUR_REPO.git git push -u origin mainDeploy your server to Smithery at smithery.ai/new
This server cannot be installed
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 Servers
- FlicenseAqualityDmaintenanceEnables AI agents to semantically search, ask questions about, and analyze videos, with persistent memory and social media import capabilities.182

VZT Video-Intelofficial
Alicense-qualityCmaintenanceSelf-hosted video intelligence pipeline that turns video into structured, citable, queryable JSON scene graphs, enabling AI assistants to analyze and search across video libraries without re-processing.25MIT- Alicense-qualityBmaintenanceEnables AI agents to query local video timelines by extracting speech, frame captions, and on-screen text into a SQLite store, exposing search and retrieval tools via MCP.PolyForm Noncommercial 1.0.0
- AlicenseAqualityAmaintenanceEnables AI agents to search and read screen recordings from Clipy, including transcripts, AI summaries, and key moments with frames.203363MIT
Related MCP Connectors
Give AI random access to video: timestamped contact sheets + zoom into any start/end range.
Search recordings, summarize meetings, create clips, and automate workflows from your AI assistant.
Create AI-powered short-form video clips from YouTube videos. Supports webhook callbacks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/aryankeluskar/poke-video-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server