Install commands are being verified. Only servers with the Verified badge have been checked against the real package registry. Unverified commands may 404 -- always inspect the source repo before running. Submit corrections on GitHub.
by kimtaeyoon83
Extract transcripts and captions from YouTube videos. Get timestamped text from any public video for analysis or summarization.
Install
npx -y mcp-server-youtube-transcriptRun this command to install and start the server:
npx -y mcp-server-youtube-transcriptAdd this to your MCP client config file (e.g. claude_desktop_config.json):
{
"mcpServers": {
"youtube-transcript-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-server-youtube-transcript"
]
}
}
}Other browser servers you might want to compare.
by Anthropic
Web content fetching and conversion for efficient LLM usage. Fetches URLs and converts HTML to clean markdown for AI consumption.
by Anthropic
Control a headless browser to navigate pages, take screenshots, fill forms, and extract content from any website.
by Microsoft
Official Playwright MCP server for browser automation. Navigate, click, fill forms, take screenshots, and run end-to-end tests.
by browsermcp
Local browser control that lets AI see and interact with your active Chrome tab. Click, type, scroll, and read page content in real time.