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通知设置中允许应用显示通知
- 某些防病毒软件可能会阻止通知功能
Máy chủ liên quan
Voyp
Integrate AI assistants with VOYP's calling capabilities to make calls, search business info, and manage call status.
MCP IDE Bridge
An open-source messaging server for client-to-client communication using MCP HTTP Streamable messaging.
MCP DingDing Bot
Send and manage message notifications and interactions with DingTalk / DingDing.
Slack Webhook
Post messages to Slack channels using incoming webhooks.
Apple Mail MCP
Fast MCP server for Apple Mail with batch JXA (87x faster) and FTS5 search index (700-3500x faster).
Zoom MCP Server
Schedule and manage Zoom meetings with AI assistance. Requires Zoom API credentials for configuration.
Dad Jokes MCP Server
Generates dad jokes with multiple styles and topics, complete with ratings and fun statistics.
MCP-Typebot
Integrates Typebot's REST API as callable tools, allowing interaction with Typebot forms and chats.
Email Reader
Read, search, and manage emails from your inbox, including downloading attachments and listing folders.
mcp-linkedin
Publish LinkedIn posts, comments, and reactions via Unipile — dry_run by default for safety.