Vidnotes
FreeNot checkedTurn 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.
README
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.
Packages
| Package | What it is | Install |
|---|---|---|
| @vidnotes/mcp-server | MCP server — 13 tools for any MCP client (Claude, Codex, …) | npx -y @vidnotes/mcp-server |
| @vidnotes/cli | Command-line interface for scripts and automation | npm i -g @vidnotes/cli |
| @vidnotes/api-client | Typed JavaScript client the CLI and MCP server are built on | npm 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
Install Vidnotes in Claude Desktop, Claude Code & Cursor
unyly install vidnotesInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add vidnotes -- npx -y @vidnotes/mcp-serverFAQ
Is Vidnotes MCP free?
Yes, Vidnotes MCP is free — one-click install via Unyly at no cost.
Does Vidnotes need an API key?
No, Vidnotes runs without API keys or environment variables.
Is Vidnotes hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Vidnotes in Claude Desktop, Claude Code or Cursor?
Open Vidnotes on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Omni Video
An MCP server that transforms LLM-enabled IDEs into professional video editors by pre-processing footage into text proxies, generating motion graphics via HTML/
by buildwithtazaARA
Generate images, video and audio from any AI agent — one connector.
by ARAYouTube
Transcripts, channel stats, search
by YouTubeEverArt
AI image generation using various models.
by modelcontextprotocolCompare Vidnotes with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All media MCPs
