Back to Browse

Vidnotes Platform MCP Server

Developer ToolsLow Risk9.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

Turn any video into transcripts, summaries, chapters, and comparisons for your AI agent.

About

Turn any video into transcripts, summaries, chapters, and comparisons for your AI agent.

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (2 strong, 1 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

8 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Account-scoped VidNotes platform key (vnp_...). Create one at https://vidnotes.app/developers.Required

Environment variable: VIDNOTES_API_KEY

VidNotes API base URL. Defaults to https://api.vidnotes.app.Optional

Environment variable: VIDNOTES_API_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-karniej-vidnotes": {
      "env": {
        "VIDNOTES_API_KEY": "your-vidnotes-api-key-here",
        "VIDNOTES_API_URL": "your-vidnotes-api-url-here"
      },
      "args": [
        "-y",
        "@vidnotes/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

VidNotes Platform — client packages

Public client packages for the VidNotes developer platform. Call VidNotes video intelligence from Claude, Codex, the terminal, or your own code: transcripts, summaries, chapters, multi-video comparisons, and saved notes.

These are thin clients over the hosted VidNotes API (https://api.vidnotes.app). The backend and apps are closed-source; everything you run locally is in this repo.

Docs: https://vidnotes.app/developers

Packages

PackageWhat it isInstall
@vidnotes/mcp-serverMCP server — 13 tools for any MCP client (Claude, Codex, …)npx -y @vidnotes/mcp-server
@vidnotes/cliCommand-line interface for scripts and automationnpm i -g @vidnotes/cli
@vidnotes/api-clientTyped JavaScript client the CLI and MCP server are built onnpm i @vidnotes/api-client

Quickstart

Get an account-scoped API key from Settings → CLI, MCP, and API access at https://app.vidnotes.app/settings, or run vidnotes login.

npm install -g @vidnotes/cli
export VIDNOTES_API_KEY="vnp_..."

vidnotes summarize  "https://youtube.com/watch?v=..."
vidnotes chapters   "https://youtube.com/watch?v=..." --json
vidnotes compare    "https://youtube.com/watch?v=one" "https://youtube.com/watch?v=two" --json

MCP

{
  "mcpServers": {
    "vidnotes": {
      "command": "npx",
      "args": ["-y", "@vidnotes/mcp-server"],
      "env": {
        "VIDNOTES_API_KEY": "vnp_...",
        "VIDNOTES_API_URL": "https://api.vidnotes.app"
      }
    }
  }
}

Tools: vidnotes_summarize_video, vidnotes_get_transcript, vidnotes_get_chapters, vidnotes_compare_videos, vidnotes_create_note, vidnotes_search_notes, vidnotes_get_note, vidnotes_get_job, vidnotes_get_usage, vidnotes_doctor, vidnotes_create_api_key, vidnotes_list_api_keys, vidnotes_revoke_api_key.

Supported sources

Public YouTube URLs, existing VidNotes project ids, raw transcript text, and transcript files through the CLI. Local video upload, rendered clips, and social publishing are not part of this release — the platform is video understanding.

Development

npm install
npm test

Support

Reviews

No reviews yet

Be the first to review this server!