The ytt-mcp server fetches YouTube video transcripts. It exposes a single endpoint to retrieve transcript text by video ID. It connects to YouTube's public API to fetch and process transcripts. Developers use it to integrate YouTube transcript data into applications, such as content analysis or captioning tools.
The ytt-mcp server fetches YouTube video transcripts. It exposes a single endpoint to retrieve transcript text by video ID. It connects to YouTube's public API to fetch and process transcripts. Developers use it to integrate YouTube transcript data into applications, such as content analysis or captioning tools.
pip install ytt-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"cottongeeks-ytt-mcp-github": {
"command": "uvx",
"args": [
"pip install ytt-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from ytt mcp?"
No configuration required. This server works out of the box.
"What resources are available in ytt mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in ytt mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in ytt mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.