vibo-mcp
Related Servers
Alternatives to vibo-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Spotify through natural language for music discovery, playback control, library management, and playlist creation. Supports searching for music, controlling playback, managing saved tracks, and getting personalized recommendations based on mood and preferences.53 npm5MIT
- FlicenseBqualityDmaintenanceEnables AI assistants to control Spotify playback, search for music, manage playlists, and interact with your Spotify library through natural language commands.19-
- FlicenseNot gradedqualityNot gradedmaintenanceEnables control of Spotify playback, music search, and playlist management through natural language commands. Available in both Python and Vercel implementations with comprehensive OAuth2 authentication and device management.-
- AlicenseCqualityAmaintenanceEnables AI assistants to control Spotify playback, search the full catalog including podcasts and audiobooks, manage libraries and playlists, and understand listening taste.500639 npm1MIT
- FlicenseNot gradedqualityDmaintenanceEnables interaction with Spotify's music catalog through natural language conversations. Search for tracks and artists, get recommendations, explore playlists, and browse artist discographies using the Spotify Web API.-
- FlicenseBqualityDmaintenanceEnables music management through search, playlist creation, and intelligent recommendations. Supports searching by song, artist, or album, creating and managing playlists, and getting music recommendations based on genre and mood.79 npm-
TDQS
Scored across 39 tools
Every tool targets a distinct operation on a specific resource (events, sections, songs, users, notifications). Even closely related tools like vibo_list_section_song_ideas vs vibo_list_song_ideas_songs or vibo_get_section_songs vs vibo_search_songs have clearly separated responsibilities.
All tools follow a consistent `vibo_<verb>_<noun>` pattern (e.g., list_events, get_event, add_song_to_section, remove_user). Minor one-word exceptions like vibo_healthcheck and vibo_get_me do not disrupt the overall predictable style.
With 39 tools, the surface is far larger than the typical well-scoped server (3–15 tools). While the domain is broad, the number feels unwieldy and could likely be consolidated without losing functionality.
The set covers many read and update operations but lacks fundamental event lifecycle tools—there is no way to create, update, or delete an event. Users can join/leave but not manage events they host, which is a major gap for an event planning service.