mcpbeat Sign in

Vibo MCP Server

local only

Vibo MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 328 installs a week from npm. Last commit 15 Sep 2026.

Vibo (vibodj.com) MCP — plan & manage event music: timeline, songs, ideas, questions, guests

Installs per day peak 318 · avg 68 · +123% w/w
a month agotoday
328
Installs / week
npm · vibo-mcp
0
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Vibo MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vibo-mcp -- npx -y vibo-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vibo-mcp": {
      "args": [
        "-y",
        "vibo-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vibo-mcp]
command = "npx"
args = ["-y", "vibo-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "vibo-mcp": {
      "args": [
        "-y",
        "vibo-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vibo-mcp": {
      "args": [
        "-y",
        "vibo-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: VIBO_EMAIL (Vibo account email (or use VIBO_ACCESS_TOKEN for SSO accounts)), VIBO_PASSWORD (Vibo account password), VIBO_ACCESS_TOKEN (Captured x-token from a signed-in web.vibodj.com session (SSO alternative)), VIBO_REFRESH_TOKEN (Matching x-refresh-token so the session can renew). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Vibo MCP

same job, measured the same way
UniFi Protect MCP
by sirkirby

Manage UniFi Protect cameras, events, recordings, and smart detections via MCP.

5 684 installs/wk local only
Socialloop MCP
by socialloopai

SocialLoop: AI-native event platform — sell tickets, manage guests, run affiliates & promo codes.

147 tools answering
Jitsu
by jitsu

Manage Jitsu data pipelines: destinations, streams, connections, functions, live events.

answering
Wubble
by wubble

Create, inspect, and manage Wubble music, speech, voice, and sound-effect requests through MCP.

33 tools answering
ConnectWise PSA
by selic

ConnectWise PSA (Manage) MCP server — tickets, time entries, companies, configurations, BYOK

100 installs/wk local only
ConnectWise PSA
by mspstack

ConnectWise PSA (Manage) MCP server — tickets, time entries, companies, configurations, BYOK

local only
Fotify
by fotify

Create events, collect guest photos and manage RSVP invitations for weddings and parties.

answering
MCP Server Cal
by aiwerk

Cal.com scheduling MCP server: manage bookings, event types, and availability.

55 installs/wk local only

Vibo MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Vibo MCP?
Vibo MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package vibo-mcp was installed 328 times last week.
How do I connect Vibo MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls vibo-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Vibo MCP?
The npm package vibo-mcp was installed 328 times in the last week. Week over week that is +123%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vibo MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.