Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Ytrnscrpt

FreeNot checked

Ytrnscrpt — Model Context Protocol server

GitHubEmbed

About

Ytrnscrpt — Model Context Protocol server

README

MCP server that enables Claude to fetch and analyze YouTube video transcripts.

Quick Start

  1. Setup:
npm install
npm run build
  1. Configure Claude Desktop:
    • Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
  "mcpServers": {
    "youtube-transcript": {
      "command": "node",
      "args": [
        "/ABSOLUTE/PATH/TO/ytrnscrpt-mcp-server/dist/index.js"
      ]
    }
  }
}
  • Restart Claude Desktop
  • Ask: "Get me the transcript for [YouTube URL]"

License

MIT

from github.com/index01d/ytrnscrpt-mcp-server

Installing Ytrnscrpt

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/index01d/ytrnscrpt-mcp-server

FAQ

Is Ytrnscrpt MCP free?

Yes, Ytrnscrpt MCP is free — one-click install via Unyly at no cost.

Does Ytrnscrpt need an API key?

No, Ytrnscrpt runs without API keys or environment variables.

Is Ytrnscrpt hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Ytrnscrpt in Claude Desktop, Claude Code or Cursor?

Open Ytrnscrpt 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

Compare Ytrnscrpt with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs