VidNavigator MCP Server

The VidNavigator MCP (Model Context Protocol) Server enables you to search, analyze, and transcribe videos directly from your AI coding assistant. Available for both Cursor and Claude Desktop.

AI Video Search

Search for videos using natural language with advanced AI analysis and relevance ranking.

Video Analysis

Get comprehensive analysis of YouTube videos with summaries, key insights, and Q&A.

Transcript Extraction

Extract YouTube video transcripts quickly without full analysis.

Multi-Platform Transcription

Transcribe videos from Instagram, TikTok, Facebook, and other social platforms.

Quick Setup

For Cursor Users

1

Get your API key

Visit VidNavigator → User → Dev-tools to get your free API key.
2

Add MCP Server

Open Cursor → Settings → Tools and integration → Add MCP server, then paste:
{
  "mcpServers": {
    "vidnavigator": {
      "type": "http",
      "url": "https://api.vidnavigator.com/mcp/",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY_HERE"
      }
    }
  }
}
Replace YOUR_API_KEY_HERE with your actual API key.Cursor MCP Configuration
3

Start using

You can now ask questions like:
  • “Find a video where Neil deGrasse Tyson explains gravity”
  • “Summarize this YouTube video: https://youtube.com/watch?v=xyz
  • “What did the speaker say about climate policy?”

For Claude Desktop Users

1

Download Extension

Download the latest extension from GitHub Releases (.dxt file).
2

Get your API key

Visit VidNavigator → User → Dev-tools to get your free API key.
3

Install Extension

Open Claude Desktop → Settings → Extensions → Install ExtensionsClaude Desktop ExtensionsSelect the downloaded .dxt file and follow the installation prompts.Install Extension
4

Configure API Key

Configure your API key in the extension settings and enable the extension.Enable Extension
5

Start chatting

You can now interact with videos directly through Claude Desktop!

Available Tools

Example Queries

Here are some example queries you can try with the MCP server:
"Find a video where Neil deGrasse Tyson explains gravity"

API Usage & Limits

All MCP server tools are subject to your VidNavigator subscription plan:
  • Free Plan: Limited requests per month
  • Paid Plans: Higher limits based on plan tier
Use the get_usage tool to check your current usage and remaining limits at any time.

Support

Need help with the MCP server setup or have questions?