transcriptapi
v1.0.0YouTube transcripts, video and channel search, channel browsing and playlist extraction for AI agents, via the hosted TranscriptAPI MCP server. OAuth sign-in, free tier, no API key to manage.
By Zero Point StudioLicense: MIT7 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 12, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/ZeroPointRepo/youtube-mcpClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/youtube/SKILL.md└── mcp.json
Included Skills1
YouTube transcripts, video and channel search, channel browsing and playlist extraction via the bundled TranscriptAPI MCP server. Use when YouTube is or could be relevant — pasted video, channel or playlist links, video IDs, @handles, requests to summarize, quote, transcribe, translate or fact-check a video, research a topic through video, or browse what a creator has posted. Not for uploads, comments or account management.
MCP servers1
- url
- https://transcriptapi.com/mcp
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "transcriptapi",
"version": "1.0.0",
"description": "YouTube transcripts, video and channel search, channel browsing and playlist extraction for AI agents, via the hosted TranscriptAPI MCP server. OAuth sign-in, free tier, no API key to manage.",
"author": {
"name": "Zero Point Studio",
"email": "[email protected]",
"url": "https://transcriptapi.com"
},
"homepage": "https://transcriptapi.com",
"repository": "https://github.com/ZeroPointRepo/youtube-mcp",
"license": "MIT",
"keywords": [
"youtube",
"transcript",
"captions",
"subtitles",
"video-search",
"channel-search",
"playlists",
"summarization",
"research",
"transcriptapi",
"mcp"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[transcriptapi on Agent Plugins Marketplace](https://pluginsmp.com/plugins/transcriptapi)