MCP.so
Sign In

Vybit Push Notifications

@flatirontek

About Vybit Push Notifications

Vybit is a push notification service that uses personalized sounds that you record or choose from thousands of searchable sounds. The information is in the sound!

Basic information

Category

Developer Tools

Transports

stdio

Publisher

flatirontek

Submitted by

Brady Brown

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "vybit": {
      "command": "npx",
      "args": [
        "-y",
        "@vybit/mcp-server"
      ],
      "env": {
        "VYBIT_API_KEY": ""
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Vybit Push Notifications?

Vybit Push Notifications is an MCP (Model Context Protocol) server that enables AI assistants to manage your Vybit push notifications through natural conversation. It integrates with the Vybit notification platform and is designed for users of MCP-compatible AI tools like Claude Desktop and Claude Code.

How to use Vybit Push Notifications?

Install the server globally with npm install -g @vybit/mcp-server, then add it to your MCP client configuration (e.g., claude_desktop_config.json) with the VYBIT_API_KEY or VYBIT_ACCESS_TOKEN environment variable set to your credentials from developer.vybit.net.

Key features of Vybit Push Notifications

  • Manage vybits (create, update, delete, list)
  • Send notifications with custom messages and content
  • Discover and subscribe to public vybits
  • Browse and search notification sounds
  • View notification logs for vybits and subscriptions
  • Monitor API usage and quota limits

Use cases of Vybit Push Notifications

  • AI assistant sends infrastructure alerts when CPU or memory thresholds are exceeded
  • Subscribe to public weather vybits and receive daily forecasts via push notification
  • Create and manage scheduled reminders on vybits through natural language commands
  • Control access to private vybits by inviting and managing permissions
  • Check notification history and usage metrics before triggering new alerts

FAQ from Vybit Push Notifications

What authentication methods does Vybit Push Notifications support?

You can use either an API key or an OAuth2 access token. Set the VYBIT_API_KEY or VYBIT_ACCESS_TOKEN environment variable in your MCP client configuration.

Which AI clients are compatible with Vybit Push Notifications?

It works with any MCP-compatible client, including Claude Desktop, Claude Code, Cline, Zed Editor, and Continue.dev.

How do I install Vybit Push Notifications?

Install globally via npm: npm install -g @vybit/mcp-server. Then add the server configuration to your MCP client with the appropriate environment variables.

Can I view notification logs through Vybit Push Notifications?

Yes, you can see notification history for your vybits and subscriptions using the provided logging tools.

How can I monitor my API usage?

You can check your current API usage and quota limits directly through the server's usage monitoring tool.

Comments

More Developer Tools MCP servers