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.
「開発者ツール」の他のコンテンツ
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
Grafana MCP server
grafanaMCP server for Grafana
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
コメント