Video Research

v1.0.0Data Science & MLstable

Give Claude Code 51 research, analysis & media production tools with one command. Video analysis, deep research, academic papers, TTS voice-over, AI video generation, and Weaviate knowledge store — powered by Gemini 3.5 Flash.

ai-toolsclaudeclaude-codedeep-researchgemini
Share:
21
Stars
0
Downloads
0
Weekly
0/5

What is Video Research?

Video Research is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to give claude code 51 research, analysis & media production tools with one command. video analysis, deep research, academic papers, tts voice-over, ai video generation, and weaviate knowledge store — po...

Give Claude Code 51 research, analysis & media production tools with one command. Video analysis, deep research, academic papers, TTS voice-over, AI video generation, and Weaviate knowledge store — powered by Gemini 3.5 Flash.

This server falls under the Data Science & ML and Search & Data Extraction categories on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Give Claude Code 51 research, analysis & media production to

Use Cases

Analyze videos and perform academic paper research with 51 AI tools.
Generate AI videos, create voice-overs with TTS, and manage knowledge stores.
Galbaz1

Maintainer

LicenseMIT License
Languagepython
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx video-research

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Video Research

The video-research MCP server gives Claude Code a suite of 51 research and media production tools powered by Google's Gemini model, enabling deep video analysis, academic paper research, web content extraction, text-to-speech voice-over generation, AI video production pipelines, and a persistent Weaviate knowledge store for semantic recall across sessions. It is organized into three sub-servers — video-research-mcp (34 tools), video-explainer-mcp (15 tools), and video-agent-mcp (2 tools) — and connects to multiple external services including Google AI, ElevenLabs, OpenAI Sora, YouTube, Weaviate, and Cohere. Researchers, content creators, and analysts use it to automate the full pipeline from raw video or academic papers through to narrated, produced video explainers.

Prerequisites

  • Python 3.11 or later
  • uv package manager installed (curl -LsSf https://astral.sh/uv/install.sh | sh)
  • Node.js 16 or later (for the npx installer)
  • A Google AI (Gemini) API key — required (GEMINI_API_KEY)
  • Optional: ElevenLabs API key for TTS, OpenAI API key for Sora video, Weaviate instance URL and API key for knowledge store, YouTube Data API key
1

Run the installer

The npx installer handles Python dependency setup via uv and registers the MCP servers. Run it once to install and verify the setup.

npx video-research-mcp@latest
# Verify installation
npx video-research-mcp@latest --check
2

Set required environment variables

At minimum, export your Gemini API key. Add optional keys for additional capabilities like TTS, Sora video, or the Weaviate knowledge store.

export GEMINI_API_KEY="your-google-ai-api-key"
export ELEVENLABS_API_KEY="your-elevenlabs-key"   # optional: TTS voice-over
export OPENAI_API_KEY="your-openai-key"            # optional: Sora AI video
export WEAVIATE_URL="http://localhost:8080"         # optional: knowledge store
export WEAVIATE_API_KEY="your-weaviate-key"        # optional
export YOUTUBE_API_KEY="your-youtube-key"           # optional: YouTube metadata
3

Add the server to Claude Desktop config

Add video-research-mcp to your Claude Desktop configuration using uvx, which will resolve and run the installed package.

{
  "mcpServers": {
    "video-research": {
      "command": "uvx",
      "args": ["video-research-mcp"],
      "env": {
        "GEMINI_API_KEY": "your-google-ai-api-key"
      }
    }
  }
}
4

Restart Claude Desktop or Claude Code

Reload your MCP client so the new server is picked up. With 51 tools available, the server may take a few seconds to initialize on first use.

5

Test with a simple research query

Ask Claude to perform a quick web research task to confirm the tools are active and Gemini is responding correctly.

Video Research Examples

Client configuration

Claude Desktop configuration using uvx to run the video-research-mcp server with Gemini and optional ElevenLabs keys.

{
  "mcpServers": {
    "video-research": {
      "command": "uvx",
      "args": ["video-research-mcp"],
      "env": {
        "GEMINI_API_KEY": "your-google-ai-api-key",
        "ELEVENLABS_API_KEY": "your-elevenlabs-api-key",
        "WEAVIATE_URL": "http://localhost:8080",
        "WEAVIATE_API_KEY": "your-weaviate-api-key"
      }
    }
  }
}

Prompts to try

Example prompts that exercise video analysis, deep research, academic paper lookup, and knowledge store recall.

- "Analyze this video file and create timestamped minutes with key discussion points: /recordings/meeting.mp4"
- "Do deep research on HNSW index parameter tuning and give me a summary with evidence grading"
- "Search for recent academic papers on retrieval-augmented generation and compare their methodologies"
- "Generate a voice-over script for a 3-minute explainer on transformer attention mechanisms and produce the audio"
- "Search my knowledge store for everything I've previously researched about Kubernetes autoscaling"

Troubleshooting Video Research

Installation fails with Python version or uv not found errors

Install uv first with 'curl -LsSf https://astral.sh/uv/install.sh | sh' and confirm Python 3.11+ is available. Run 'npx video-research-mcp@latest --check' to diagnose missing dependencies.

GEMINI_API_KEY not set or Gemini API returns authentication errors

The Gemini API key is the only required credential and must be in the env block of your MCP config. Obtain a key from Google AI Studio (aistudio.google.com) and ensure the Gemini API is enabled for your project.

TTS or video generation tools return errors or are not available

Voice-over generation requires ELEVENLABS_API_KEY and AI video generation requires OPENAI_API_KEY. These capabilities are disabled if the corresponding keys are absent. Add the relevant keys to your env block to enable them.

Frequently Asked Questions about Video Research

What is Video Research?

Video Research is a Model Context Protocol (MCP) server that give claude code 51 research, analysis & media production tools with one command. video analysis, deep research, academic papers, tts voice-over, ai video generation, and weaviate knowledge store — powered by gemini 3.5 flash. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Video Research?

Follow the installation instructions on the Video Research GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Video Research?

Video Research works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Video Research free to use?

Yes, Video Research is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Data Science & ML MCP Servers

Explore all data science & ml servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "video-research": { "command": "npx", "args": ["-y", "video-research"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Video Research?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides