Back to the catalog

VidNotes

Video transcripts, summaries, chapters, study notes, and comparisons for AI agents.

Open source Repository Open in the app JSON README (API)

About

Video transcripts, summaries, chapters, study notes, and comparisons for AI agents.

Details

Kind
MCP servers
Topic
No topic detected
Publisher
karniej
Origin
official
Category
ferramentas
Transport
http
Version
0.2.0
Last push
2026-09-08T12:15:37Z
Repository state
ativo
Added
2026-08-29 03:02:00
Updated
2026-09-08 12:38:16
Origin id
io.github.Karniej/vidnotes

README

# VidNotes MCP

This repository contains public listing metadata for the hosted VidNotes MCP server.
It does not contain the server, client, backend, Actor, or iOS application source.

VidNotes turns public YouTube videos and transcripts into structured learning material.
The server supports summaries, transcripts, chapters, notes, flashcards, quizzes, questions, and comparisons.

## Connection

Create an API key in [VidNotes developer settings](https://vidnotes.app/developers).

```json
{
  "mcpServers": {
    "vidnotes": {
      "type": "http",
      "url": "https://mcp.vidnotes.app/mcp",
      "headers": {
        "Authorization": "Bearer vnp_..."
      }
    }
  }
}
```

## Public files

- `server.json` contains the official MCP Registry metadata.
- The workflow publishes metadata through GitHub OIDC.
- `SECURITY.md` gives the private security contact.

## Source code

VidNotes source code remains private.
This repository does not grant a license to any private VidNotes software.

## Support

- Documentation: https://vidnotes.app/developers
- Email: contact@silpho.com

More