Windows 10 および macOS 通知機能付き MCP サーバー
@naru-sensei
关于 Windows 10 および macOS 通知機能付き MCP サーバー
A Model Context Protocol (MCP) server with Windows 10 desktop notifications support. It processes notification requests from MCP clients like VSCode Cline and displays customizable desktop notifications using win10toast.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"-toast-mcp-server": {
"command": "python",
"args": [
"mcp_server.py",
"--port",
"8000",
"--host",
"0.0.0.0"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Windows 10 および macOS 通知機能付き MCP サーバー?
Windows 10 および macOS 通知機能付き MCP サーバー is a Model Context Protocol (MCP) server that displays desktop notifications on Windows 10 (using win10toast) and macOS (using osascript). It accepts requests from MCP clients such as VSCode Cline and triggers notifications based on those requests.
How to use Windows 10 および macOS 通知機能付き MCP サーバー?
Run the server with Python 3.8 or higher using command-line arguments, for example: python mcp_server.py --port 8000 --host 0.0.0.0. Then use an MCP client (e.g., VSCode Cline) to send notification commands over the MCP protocol.
Key features of Windows 10 および macOS 通知機能付き MCP サーバー
- Implements MCP protocol for client communication
- Displays desktop notifications on Windows 10 and macOS
- Customizable notification parameters (title, message, duration, etc.)
- Configurable host (default localhost) and port (default 8000)
- Handles multiple concurrent client connections
- Supports notification types: info, warning, error, success
Use cases of Windows 10 および macOS 通知機能付き MCP サーバー
- Receive real-time alerts from MCP clients and display as desktop notifications
- Integrate with VSCode Cline to show system notifications during development
- Provide visual feedback for automated workflows or scripts
- Test cross-platform notification capabilities
FAQ from Windows 10 および macOS 通知機能付き MCP サーバー
What are the runtime requirements?
Requires Python 3.8 or higher. On Windows, the win10toast library is needed; on macOS, osascript is built-in.
What transports and authentication does it support?
It uses the MCP protocol over TCP with configurable network interfaces (e.g., 0.0.0.0). No authentication is documented.
Can it run simultaneously on both Windows and macOS?
No, each server instance runs on one operating system and uses that OS’s notification method.
What notification parameters are supported?
Title, message content, display duration, optional icon (Windows only), optional subtitle (macOS only), optional sound (macOS only), and notification type (info, warning, error, success).
What is the default host and port?
Default host is localhost (127.0.0.1) and default port is 8000. Both are configurable via command-line arguments or environment variables.
其他 分类下的更多 MCP 服务器

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Awesome Mlops
visengerA curated list of references for MLOps
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
评论