Server data from the Official MCP Registry
Turn any video into transcripts, summaries, chapters, and comparisons for your AI agent.
Turn any video into transcripts, summaries, chapters, and comparisons for your AI agent.
Valid MCP server (3 strong, 3 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.
9 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.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: VIDNOTES_API_KEY
Environment variable: VIDNOTES_API_URL
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"
}
}
}From the project's GitHub 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.
| 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 |
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
{
"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.
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.
npm install
npm test
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.