vibo-mcp
This server lets you manage your Vibo DJ event music planning through natural language, covering everything from event management to song requests and streaming exports.
Account & Authentication
View your profile and connected streaming services (Spotify/Apple Music)
Verify API connectivity and authentication
Capture login tokens for SSO accounts (Apple/Google/Facebook)
Upload a profile photo
Event Management
List, search, and get details for events
Join events via share link or leave events
Event Members & Invitations
List hosts and guests, invite users by email, add named contacts
Change member roles (host/guest) or remove members
Timeline Sections
View the event timeline with song counts and progress
Update section name, scheduled time, note, or description
Comment on or delete comments from sections
Song Management
List songs in a section (with likes, flags, comments, streaming links)
Search Vibo's catalog or Spotify for songs
Add, remove, reorder, or move songs between sections
Mark songs as must-play or do-not-play, like/unlike, and comment on songs
DJ Planning Questions
View the DJ's planning questions for each section
Submit answers (text, multiple choice, links, photos, or file attachments)
Song Ideas & Playlist Integration
Browse DJ-suggested song idea collections and their tracks
List your Spotify or Apple Music playlists and view their tracks
Import selected tracks from connected playlists into event sections
Streaming Exports
Export your event's song selections to a new Spotify or Apple Music playlist
Notifications
List notifications, check unread count, and mark notifications as read
Note: All mutating (write) operations are confirm-gated — without
confirm: true, they return a dry-run preview and make no changes.
Allows exporting music selections to Apple Music playlists.
Allows exporting music selections to Spotify playlists.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@vibo-mcpList song requests for my upcoming event"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
vibo-mcp
MCP server for Vibo (vibodj.com) — plan your event music as a host/couple. Browse your events and timeline, see and add song requests, like songs, manage notifications, and export selections to Spotify/Apple Music, all via natural language.
Developed and maintained by AI (Claude Code). Use at your own discretion. Unofficial — not affiliated with Vibo. Works only with your own account/data.
Install
{
"mcpServers": {
"vibo": {
"command": "npx",
"args": ["-y", "vibo-mcp"],
"env": {
"VIBO_EMAIL": "you@example.com",
"VIBO_PASSWORD": "your_password"
}
}
}
}Authentication
Choose one method:
Method | Env vars | When |
Email + password (recommended) |
| You sign in to Vibo with an email/password. |
Captured token |
| Your account uses Apple/Google/Facebook sign-in (no password). Capture |
Browser capture (SSO) | run | With the fetchproxy browser extension installed and signed into |
The server boots without credentials; the config error only surfaces on the first tool call.
Related MCP server: Navidrome-MCP
How it works
Vibo's app talks to a GraphQL API at https://api.vibodj.com/v2/graphql,
authenticating with an x-token header obtained from an email/password
signIn. This server reuses that same flow server-side (no browser needed) and
wraps the host/couple operations as MCP tools. Every mutating tool is
confirm-gated: without confirm: true it returns a dry-run preview and makes no
network call.
See docs/VIBO-API.md for the reverse-engineered API notes and skills/vibo-mcp/SKILL.md for the full tool list.
Development
npm install
npm run build # tsc + esbuild bundle → dist/
npm test # vitestLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- 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.Last updated72
- Alicense-qualityAmaintenanceAnalyze listening patterns, create custom playlists, discover missing albums, validate radio streams, and provide personalized recommendations through natural language.Last updated11078AGPL 3.0
- Flicense-quality-maintenanceEnables 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.Last updated
- Alicense-qualityDmaintenanceEnables 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.Last updated2025MIT
Related MCP Connectors
Streamline your Attio workflows using natural language to search, create, update, and organize com…
Manage projects, tasks, time tracking, and team collaboration through natural language.
Talk to your live-events CRM (campaigns, analytics, paid ads, segments) in Claude and ChatGPT.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrischall/vibo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server