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
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.
More Developer Tools MCP servers
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Comments