Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸŽ₯ Multimedia Process
  3. Vidnotes
V
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:04:33 AM

Vidnotes

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "vidnotes": {
      "command": "npx",
      "args": [
        "-y",
        "vidnotes"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸŽ₯ More in Multimedia Process

Documentation Overview

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.

Terminal
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

config.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.

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

Terminal
npm install
npm test

Support

  • Docs: https://vidnotes.app/developers
  • Issues: https://github.com/Karniej/vidnotes-platform/issues
  • Email: contact@silpho.com

Related MCP Servers

View all in Multimedia Process View all alternatives
  • M
    Mcp Server

    Turn a portrait photo and a script into a talking-head AI video via the Puppetry API.

    πŸŽ₯ Multimedia Process0 views
    Compare vs Mcp Server β†’
  • V
    Video Assistant Mcp

    Video analysis AI: transcripts, summaries, visual scenes/shots, clips, answers in natural language.

    πŸŽ₯ Multimedia Process0 views
    Compare vs Video Assistant Mcp β†’
  • Claude Real Video logoClaude Real Video

    Let any LLM actually watch a video: scene-aware keyframes plus a timestamped transcript, local.

    πŸŽ₯ Multimedia Process1 views
    Compare vs Claude Real Video β†’
  • S
    Switch

    Generate, manage and explore your Switch AI image and video library, scoped to your account.

    πŸŽ₯ Multimedia Process0 views
    Compare vs Switch β†’

Frequently Asked Questions about Vidnotes

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "vidnotes": { "command": "npx", "args": ["-y", "vidnotes"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewVidnotes AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/vidnotes?style=directory)](https://allmcps.com/mcp/vidnotes)
HTML Embed
<a href="https://allmcps.com/mcp/vidnotes"><img src="https://allmcps.com/api/badge/vidnotes?style=directory" alt="Vidnotes on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸŽ₯Multimedia Process
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸŽ₯ Multimedia Process β†’Best MCP servers for Multimedia & Media Processing β†’Alternatives to Vidnotes β†’Install in Claude DesktopInstall in CursorInstall in VS Code