chrischall

vibo-mcp

Community chrischall
Updated

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.

vibo-mcp

MCP server for Vibo (vibodj.com) — plan your event musicas 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": "[email protected]",
        "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 thefirst 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/passwordsignIn. This server reuses that same flow server-side (no browser needed) andwraps the host/couple operations as MCP tools. Every mutating tool isconfirm-gated: without confirm: true it returns a dry-run preview and makes nonetwork call.

See docs/VIBO-API.md for the reverse-engineered API notesand SKILL.md for the full tool list.

Development

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

License

MIT

MCP Server · Populars

MCP Server · New

    cauldr0nx

    EspoCRM MCP Server

    Opensource MCP Server for EspoCRM

    Community cauldr0nx
    cisco-open

    Network Sketcher

    Network Sketcher is an AI-ready network design tool with Local MCP, Online, and Offline editions for creating network designs and exporting PowerPoint diagrams and Excel-based configuration data.

    Community cisco-open
    IvanMurzak

    ✨ AI Game Developer — Godot MCP

    Godot-MCP — Model Context Protocol (MCP) integration for the Godot Engine. AI tools for the Godot Editor in C#, with cloud connection to ai-game.dev. Apache-2.0.

    Community IvanMurzak
    cyberlife-coder

    velesdb

    The local-first memory engine for AI agents. One offline Rust binary fuses vector + graph + columnar under SQL — remember / recall / why over the Model Context Protocol. why() reconnects a decision to its context across sessions, where pure vector recall (Mem0/Zep) goes blind. Runs on server, laptop, browser, edge. Zero cloud.

    Community cyberlife-coder
    abskrj

    velane

    Velane is integration infrastructure agents actually control — 800+ OAuth integrations, sandboxed Bun and Python execution, and a full deployment pipeline managed via MCP

    Community abskrj