Windows Notification Server
Allows AI assistants to send native Windows system notifications.
MCP Windows通知服务器
这个项目提供一个MCP (Model Context Protocol) 服务器,允许AI助手发送Windows系统通知。
安装依赖
npm install
MCP服务器功能
- send_notification - 发送Windows系统通知工具
title(必需): 通知标题message(必需): 通知内容sound(可选): 是否播放声音,默认为true
启动MCP服务器
npm start
或者直接运行:
node mcp-notification-server.js
Claude Desktop配置
将以下配置添加到Claude Desktop的配置文件中:
{
"mcpServers": {
"notification-server": {
"command": "path/to/start-mcp-server.bat",
"args": [],
"env": {
"NODE_ENV": "production"
}
}
}
}
使用方法
- 启动MCP服务器
- 在支持MCP的AI客户端中连接到服务器
- 使用
send_notification工具发送通知
注意事项
- 首次运行时,Windows可能会询问是否允许显示通知
- 确保Windows通知设置中允许应用显示通知
- 某些防病毒软件可能会阻止通知功能
Servidores relacionados
CData Twilio
A read-only MCP server for querying live Twilio data, powered by the CData JDBC Driver.
Slack User
Interact with Slack workspaces as a user via the Slack API.
Coreflux MQTT MCP Server
Connects to a Coreflux MQTT broker, offering tools for Coreflux commands and integration with AI assistants.
Claude Code Notification
Sends notifications from Claude Code with customizable sounds and cross-platform support.
kokoro-tts-mcp-server
Model Context Protocol (MCP) server for Kokoro text-to-speech with female voice. 100% local, no Python required. Supports SSE and stdio transports.
Microsoft Teams MCP
Interact with Microsoft Teams to read, create, and reply to messages, and mention members.
Digital Samba Embedded API MCP Server
Interact with the Digital Samba Embedded API for video conferencing features like room management, analytics, recording, and live session control.
Discord Notification MCP Server
Sends notifications to Discord channels or users via a bot.
Tiny Chat
A simple chat application that requires an external database configuration.
WeChat Official Account MCP Server (Go)
A high-performance Go server for managing WeChat Official Accounts, supporting drafts, publishing, and material management.