youtube for Claude Desktop
com.jojapi/youtube
YouTube: YouTube Data API, you can add various YouTube features to your app. Use the API for.
client:Claude Desktop
transport:streamable-http
tools:20
Install youtube in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"youtube": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.jojapi.com/youtube"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs
What Claude Desktop can do once it is connected
- get_v1_auto_complete
- get_v1_search
- get_v2_trending
- get_v1_home
- get_v1_channel_details
- get_v1_channel_videos
- post_channel_videos
- get_v1_channel_playlists
- get_v1_channel_community
- get_v1_channel_channels
- get_v1_channel_search
- get_v1_video_details
- get_v2_video_details
- get_v1_video_comments
- get_v1_video_streaming_data
- get_v1_video_related_contents
- get_v1_playlist_details
- get_v1_playlist_videos
- get_v1_community_post_details
- get_v1_community_post_comments