MCP server that enables Claude to fetch and analyze YouTube video transcripts.
npm install
npm run build
~/Library/Application Support/Claude/claude_desktop_config.json
:{
"mcpServers": {
"youtube-transcript": {
"command": "node",
"args": [
"/ABSOLUTE/PATH/TO/ytrnscrpt-mcp-server/dist/index.js"
]
}
}
}
MIT
{
"mcpServers": {
"youtube-transcript": {
"env": {},
"args": [
"/ABSOLUTE/PATH/TO/ytrnscrpt-mcp-server/dist/index.js"
],
"command": "node"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.