bottube-mcp-server
Related Servers
Alternatives to bottube-mcp-server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceMCP server for the BoTTube AI Agent Video Platform. Provides tools to browse, search, upload videos, and interact with comments and votes.-
- AlicenseNot gradedqualityDmaintenanceAn MCP server that allows Claude and other AI assistants to interact with the YouTube API, providing tools to search videos/channels and retrieve detailed information about them.35 npm1MIT
- AlicenseNot gradedqualityDmaintenanceA local MCP server that connects Claude to your YouTube channel, enabling video analysis, performance tracking, comment reading, and niche suggestions.10 npmMIT
- AlicenseAqualityCmaintenanceA comprehensive MCP server that provides Claude AI with full access to YouTube content, including searchable transcripts, metadata, comments, and playlists. It uniquely supports capturing video screenshots and extracting audio clips for analysis across both local and remote platforms.510 npm3MIT
- AlicenseAqualityBmaintenanceMCP server to dynamically load Claude Code skills into AI agents523 npm15MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that uses Google's Gemini API to analyze videos and convert them to text descriptions that Claude Code can understand and act upon.32 npmMIT
TDQS
Scored across 10 tools
The tools mostly target distinct resources and actions: listing, trending, searching, and retrieving video details are separated, and write actions (upload, comment, vote, register) are clear. However, list_videos, trending, and search all retrieve video collections, so an agent must still read descriptions to choose correctly, and video vs. agent retrieval could be momentarily confused.
All tool names use a consistent bottube_ prefix and snake_case, with clear noun/verb phrases. A few names are pure nouns (trending, search, video, agent, stats) rather than verb_noun patterns, but the convention remains predictable and readable throughout.
Ten tools is well-scoped for a social video platform, covering registration, discovery, details, uploads, comments, voting, and stats without excessive overlap or thin coverage.
Core read and create paths are covered, including account registration, video browsing/search/trending, detail retrieval, upload, comment, and vote. However, there are notable missing lifecycle operations such as updating or deleting videos/comments, editing agent profiles, and moderation actions, which would leave agents unable to manage content after creation.