← Back to Plugins
MCP Server MCP

io.github.chrischall/vibo-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "vibo-mcp",
      "version": "1.5.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Vibo account email (or use VIBO_ACCESS_TOKEN for SSO accounts)",
          "format": "string",
          "name": "VIBO_EMAIL"
        },
        {
          "description": "Vibo account password",
          "format": "string",
          "isSecret": true,
          "name": "VIBO_PASSWORD"
        },
        {
          "description": "Captured x-token from a signed-in web.vibodj.com session (SSO alternative)",
          "format": "string",
          "isSecret": true,
          "name": "VIBO_ACCESS_TOKEN"
        },
        {
          "description": "Matching x-refresh-token so the session can renew",
          "format": "string",
          "isSecret": true,
          "name": "VIBO_REFRESH_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...