videoseek-mcp

videoseek-mcp

Enables AI agents to semantically search, ask questions about, and analyze videos, with persistent memory and social media import capabilities.

Category
访问服务器

README

videoseek-mcp

Find anything in any video. Semantic video search, video Q&A, persistent memory, and social media import — all as MCP tools for your AI agent.

What can it do?

Give your AI agent (Claude, Cursor, Windsurf, etc.) the ability to:

  • Search videos by meaning — "find the moment where someone opens the gift" across your entire library
  • Ask questions about videos — multi-turn conversations with one video or your whole collection
  • Remember everything — persistent text + video memory that never forgets (Memory Augmented Generation)
  • Import from social media — pull and index content from TikTok, YouTube, Instagram, and 15+ platforms
  • Analyze on-the-fly — describe any video or image from URL without uploading
  • Transcribe — get visual scene descriptions or spoken word transcripts

Quick Start

1. Get an API Key

Sign up at memories.ai and grab your key from the API keys page. Free tier includes 100 credits/month.

2. Install

git clone https://github.com/kennyzheng-builds/videoseek-mcp.git
cd videoseek-mcp
npm install --include=dev
npm run build

3. Connect to your AI client

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "videoseek": {
      "command": "node",
      "args": ["/path/to/videoseek-mcp/build/index.js"],
      "env": {
        "MEMORIES_API_KEY": "your-api-key"
      }
    }
  }
}

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "videoseek": {
      "command": "node",
      "args": ["/path/to/videoseek-mcp/build/index.js"],
      "env": {
        "MEMORIES_API_KEY": "your-api-key"
      }
    }
  }
}

Claude Code

export MEMORIES_API_KEY="your-api-key"
claude mcp add videoseek -- node /path/to/videoseek-mcp/build/index.js

Tools (18)

Video Management

Tool What it does
upload_video Upload and index a video from URL
list_videos List all indexed videos
get_video_status Check processing status
delete_videos Remove videos from your library
get_transcription Get visual or audio transcription

Search

Tool What it does
search_videos Semantic search across your private video library
search_public Search TikTok, YouTube, Instagram by meaning
search_audio Find when something was said in a video

Video Q&A

Tool What it does
chat_with_video Ask questions about specific videos (multi-turn)
chat_personal Ask questions across your entire library + memories

Persistent Memory

Tool What it does
add_memory Store text with semantic indexing
search_memories Find relevant memories by meaning
list_memories List all stored memories

Vision Analysis

Tool What it does
caption_video Analyze a video from URL (no upload needed)
caption_image Analyze an image from URL

Social Media Import

Tool What it does
import_from_url Import from any social media URL
import_by_hashtag Import by hashtag from TikTok/YouTube/Instagram
import_by_creator Import from a creator's profile

Resources & Prompts

Resources: memories://videos (your library), memories://memories (your stored knowledge)

Prompt templates: analyze-video, social-media-research, build-knowledge-base

Example Conversations

"Find a moment"

You: Find all moments where someone is cooking pasta

Agent uses search_videos → returns timestamped video segments

"Understand a video"

You: What's happening in this video? [URL]

Agent uses caption_video → instant analysis without uploading

"Research TikTok"

You: Research AI trends on TikTok

Agent uses search_public → import_from_url → chat_personal for insights

"Build knowledge"

You: Summarize all my meeting recordings

Agent uses list_videos → get_transcription → add_memory for key takeaways

How It Compares

Feature videoseek-mcp TwelveLabs MCP
Persistent memory (text + video) Yes No
Social media import (15+ platforms) Yes No
Memory Augmented Generation Yes No
Free tier 100 credits/month 10 hours
Multi-video Q&A Yes Yes
Semantic search Yes Yes

Environment Variables

Variable Required Default Description
MEMORIES_API_KEY Yes — API key from memories.ai
MEMORIES_UNIQUE_ID No "default" Namespace for multi-tenant isolation

Development

npm install --include=dev
npm run build          # compile TypeScript
npm run dev            # watch mode
npx @modelcontextprotocol/inspector node build/index.js   # test interactively

Architecture

videoseek-mcp/
├── src/
│   ├── index.ts     # MCP server — 18 tools, 2 resources, 3 prompts
│   └── client.ts    # Video understanding API client
├── build/           # Compiled JS (generated)
├── package.json
└── tsconfig.json

TypeScript + Zod schemas + stdio transport. No dependencies beyond MCP SDK.

License

MIT

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选