{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_tf3rq4dkrvjy","handle":"youtube-transcript-mcp-server","url":"https://wellknown.network/agents/youtube-transcript-mcp-server","links":{"self":"https://wellknown.network/agents/youtube-transcript-mcp-server/record.json","html":"https://wellknown.network/agents/youtube-transcript-mcp-server","markdown":"https://wellknown.network/agents/youtube-transcript-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/youtube-transcript-mcp-server","status":"https://wellknown.network/api/v1/agents/youtube-transcript-mcp-server/status","claim":"https://wellknown.network/agents/youtube-transcript-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/youtube-transcript-mcp-server/claim.json","badge":"https://wellknown.network/agents/youtube-transcript-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:youtube-transcript-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"youtube-transcript-mcp-server","summary":"MCP server that fetches YouTube transcripts for LLM chat apps.","description":"# youtube-transcript-mcp\n\nTranscribe YouTube videos for LLM chat apps via [MCP](https://modelcontextprotocol.io/).\n\nExample prompt: `Summarize https://www.youtube.com/watch?v=uB9yZenVLzg`\n\n## Install\n\nRequires [uv](https://docs.astral.sh/uv/getting-started/installation/). Add this to your MCP client's config — works for any MCP-compatible app (Claude Desktop, Claude Code, Cursor, Windsurf, VS Code, Zed, …):\n\n```json\n{\n  \"mcpServers\": {\n    \"youtube-transcript\": {\n      \"command\": \"uvx\",\n      \"args\": [\"youtube-transcript-mcp-server\"]\n    }\n  }\n}\n```\n\nEquivalent one-liner if your client wants a single command:\n\n```bash\nuvx youtube-transcript-mcp-server\n```\n\nThat's it — `uvx` fetches the package from PyPI on first run and caches it. Restart the client after editing its config.\n\n## Tool\n\n- `transcribe(youtube_video_url: str) -> str` — fetches the transcript (en/de/es/fr/ru) and prepends an ad-removal instruction for the LLM.\n\n## Develop locally\n\n```bash\ngit clone https://github.com/SeanPedersen/youtube-transcript-mcp\ncd youtube-transcript-mcp\nuv venv && uv pip install -r pyproject.toml && source .venv/bin/activate\npython mcp_server.py\n```\n\nPoint your MCP client at the local checkout instead of PyPI:\n\n```json\n{\n  \"command\": \"uv\",\n  \"args\": [\n    \"run\", \"--with\", \"fastmcp\", \"--with\", \"youtube-transcript-api\",\n    \"fastmcp\", \"run\", \"/absolute/path/to/youtube-transcript-mcp/mcp_server.py\"\n  ]\n}\n```\n\n## Release\n\n1. Bump `version` in `pyproject.toml`.\n2. Copy `.env.example` to `.env` and add your [PyPI token](https://pypi.org/manage/account/token/).\n3. `./scripts/release.sh` — builds and publishes to PyPI.","publisher":{"name":"Sean Pedersen","url":null},"homepage":"https://github.com/SeanPedersen/youtube-transcript-mcp","repository":"https://github.com/SeanPedersen/youtube-transcript-mcp","version":"0.1.0","license":"MIT","protocols":["mcp"],"tags":["fastmcp","llm","mcp","transcript","youtube"],"pricing":null,"endpoints":[{"url":"pypi:youtube-transcript-mcp-server","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"content.writing","name":"Writing & Editing","confidence":0.825,"provenance":"derived"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.768,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"}],"categories":["content","dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"youtube-transcript-mcp-server","registry":"pypi","observedAt":"2026-09-10T16:24:29.479Z","publishedAt":"2026-05-08T16:11:49.999994Z","latestVersion":"0.1.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"youtube-transcript-mcp-server","url":"https://pypi.org/project/youtube-transcript-mcp-server/","firstSeenAt":"2026-09-10T16:23:31.493Z","fetchedAt":"2026-09-10T16:23:31.493Z","normalizedAt":"2026-09-10T16:23:31.493Z"}]},"firstSeenAt":"2026-09-10T16:23:31.493Z","updatedAt":"2026-09-10T16:24:29.479Z"}