← Back to Plugins
MCP Server MCP

io.github.Karniej/vidnotes

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @vidnotes/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@vidnotes/mcp-server",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Account-scoped VidNotes platform key (vnp_...). Create one at https://vidnotes.app/developers.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "VIDNOTES_API_KEY"
        },
        {
          "description": "VidNotes API base URL. Defaults to https://api.vidnotes.app.",
          "format": "string",
          "name": "VIDNOTES_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...