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.
Overview
What is the MCP Server?
The MCP Server is a Model Context Protocol (MCP) server designed to display desktop notifications on Windows 10 and macOS. It processes notification requests from MCP clients like VSCode Cline and utilizes win10toast for Windows and osascript for macOS to show customizable notifications.
How to use the MCP Server?
To use the MCP Server, run the server with the command python mcp_server.py --port 8000 --host 0.0.0.0, and then trigger notifications from an MCP client such as VSCode Cline.
Key features of the MCP Server?
- Supports Model Context Protocol for communication with clients.
- Displays customizable desktop notifications on Windows and macOS.
- Handles both synchronous and asynchronous requests.
- Provides a simple API for triggering notifications.
Use cases of the MCP Server?
- Sending notifications from development tools like VSCode.
- Displaying alerts or messages from various applications.
- Customizing notification parameters for different use cases.
FAQ from the MCP Server?
- Can the MCP Server run on both Windows and macOS?
Yes! The MCP Server is designed to work on both operating systems.
- How do I customize notifications?
You can customize the title, message, display time, and more through the server's API.
- Is there a limit to the number of clients that can connect?
No, the server can handle multiple simultaneous client connections.