Skip to main content
ClaudeWave

MCP server for Vibo (vibodj.com): plan event music — events, timeline, song requests, playlists — via your Vibo account sign-in over its GraphQL API. AI-built.

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/chrischall/vibo-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "vibo-mcp": {
      "command": "node",
      "args": ["/path/to/vibo-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/chrischall/vibo-mcp and follow its README for install instructions.

1 items in this repository

Access your Vibo (vibodj.com) event music planning via MCP. Use when the user asks about their Vibo events, wedding/event timeline, song requests, playlists, or "do not play" list, or wants to add or like songs, join an event from a share link, or export songs to Spotify/Apple Music. Triggers on phrases like "what's on my Vibo timeline", "add this song to the first dance", "what songs did guests request", "join this Vibo event", or "export our playlist to Spotify". Requires vibo-mcp installed and the vibo server registered (see Setup below).

Install
Use cases

MCP Servers overview

# vibo-mcp

MCP server for [Vibo](https://vibodj.com) (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

```json
{
  "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) | `VIBO_EMAIL`, `VIBO_PASSWORD` | You sign in to Vibo with an email/password. |
| Captured token | `VIBO_ACCESS_TOKEN` (+ `VIBO_REFRESH_TOKEN`) | Your account uses Apple/Google/Facebook sign-in (no password). Capture `x-token`/`x-refresh-token` from a signed-in `web.vibodj.com` session. |
| Browser capture (SSO) | run `vibo_capture_session` | With the fetchproxy browser extension installed and signed into `web.vibodj.com`, capture the token automatically (saved to `~/.vibo-mcp/session.json`). |

The server boots without credentials; the config error only surfaces on the
first tool call.

## 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](docs/VIBO-API.md) for the reverse-engineered API notes
and [SKILL.md](SKILL.md) for the full tool list.

## Development

```bash
npm install
npm run build   # tsc + esbuild bundle → dist/
npm test        # vitest
```

## License

MIT

What people ask about vibo-mcp

What is chrischall/vibo-mcp?

+

chrischall/vibo-mcp is mcp servers for the Claude AI ecosystem. MCP server for Vibo (vibodj.com): plan event music — events, timeline, song requests, playlists — via your Vibo account sign-in over its GraphQL API. AI-built. It has 0 GitHub stars and was last updated today.

How do I install vibo-mcp?

+

You can install vibo-mcp by cloning the repository (https://github.com/chrischall/vibo-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is chrischall/vibo-mcp safe to use?

+

chrischall/vibo-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains chrischall/vibo-mcp?

+

chrischall/vibo-mcp is maintained by chrischall. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to vibo-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy vibo-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: chrischall/vibo-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/chrischall-vibo-mcp)](https://claudewave.com/repo/chrischall-vibo-mcp)
<a href="https://claudewave.com/repo/chrischall-vibo-mcp"><img src="https://claudewave.com/api/badge/chrischall-vibo-mcp" alt="Featured on ClaudeWave: chrischall/vibo-mcp" width="320" height="64" /></a>

More MCP Servers

vibo-mcp alternatives