Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI → MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
  • Remote MCP ↗ (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) ↗ (opens in a new tab)
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🎥 Multimedia Process
  3. Aryankeluskar Poke Video Mcp
A
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:03:01 PM

Aryankeluskar Poke Video Mcp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View Repository

Search your Flashback video library with natural language to instantly find relevant moments. Get…

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON ▾

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "aryankeluskar-poke-video-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "aryankeluskar-poke-video-mcp"
      ]
    }
  }
}

💡 Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Tool Schemas (2) Directory Badge Claim listing Alternatives🎥 More in Multimedia Process

Capabilities & Tool Schemas (2) ~28 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Aryankeluskar Poke Video Mcp.

query

Natural language description of what you're looking for

max_results

Maximum number of results to return (1-15)

Documentation Overview

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

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

  1. Run the server:

    bash
    uv run dev
    
  2. Test interactively:

    bash
    uv run playground
    

Usage Examples

Query videos:

Code
query_videos("person talking", max_results=5)

Get setup help:

Code
get_setup_instructions()

How It Works

  1. 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
  2. Search Process: When you search:

    • Your query is converted to embeddings
    • The system finds matching video segments
    • Returns descriptions and URLs for relevant clips
  3. 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 for
  • max_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

python
# 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:

  1. Create a new repository at github.com/new

  2. Initialize git and push to GitHub:

    bash
    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 main
    
  3. Deploy your server to Smithery at smithery.ai/new

Related MCP Servers

View all in Multimedia Process View all alternatives
  • Claude Real Video logoClaude Real Video

    Let any LLM actually watch a video: scene-aware keyframes plus a timestamped transcript, local.

    🎥 Multimedia Process1 views
    Compare vs Claude Real Video →
  • S
    Switch

    Generate, manage and explore your Switch AI image and video library, scoped to your account.

    🎥 Multimedia Process0 views
    Compare vs Switch →
  • Mcp logoMcp

    Video scene understanding for AI agents via the Primate Vision API.

    🎥 Multimedia Process0 views
    Compare vs Mcp →
  • Glif Mcp Server logoGlif Mcp Server

    Glif's official hosted media-generation agent: generate images, video, and audio, transcribe, and chain multi-step media workflows from natural language. Remote server at https://glif.app/api/mcp (OAuth).

    🎥 Multimedia Process4 views
    Compare vs Glif Mcp Server →

Frequently Asked Questions about Aryankeluskar Poke Video Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "aryankeluskar-poke-video-mcp": { "command": "npx", "args": ["-y", "aryankeluskar-poke-video-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAryankeluskar Poke Video Mcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/aryankeluskar-poke-video-mcp?style=directory)](https://allmcps.com/mcp/aryankeluskar-poke-video-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/aryankeluskar-poke-video-mcp"><img src="https://allmcps.com/api/badge/aryankeluskar-poke-video-mcp?style=directory" alt="Aryankeluskar Poke Video Mcp on AllMCPs" /></a>

Technical Specs & Signals

Category🎥Multimedia Process
More technical detailsExpand ▾
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit11mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 14, 2025
40Quality signal: Fair · 40/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools20/30
Adoption & activity0/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge — we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🎥 Multimedia Process →Best MCP servers for Multimedia & Media Processing →Alternatives to Aryankeluskar Poke Video Mcp →Install in Claude DesktopInstall in CursorInstall in VS Code