Vybit Push Notifications
@flatirontek
关于 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!
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"vybit": {
"command": "npx",
"args": [
"-y",
"@vybit/mcp-server"
],
"env": {
"VYBIT_API_KEY": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
开发工具 分类下的更多 MCP 服务器
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
评论