notify-completion-mcp-server

notify-completion-mcp-server

3.2

If you are the rightful owner of notify-completion-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The notify-completion-mcp-server is an MCP server that provides notifications when AI agents complete long-running tasks, allowing users to leave their desktop without forgetting about tasks.

The notify-completion-mcp-server is designed to address the common issue of users needing to constantly monitor their computer for the completion of AI-driven tasks. By implementing a notification mechanism that triggers when tasks are finished, this server allows users to multitask more efficiently without the need to repeatedly check the status of ongoing tasks. This is particularly useful for tasks that take a long time to execute, as it enables users to focus on other activities without the risk of missing task completion notifications. The server is compatible with various platforms, including Cline, Claude Desktop, Cursor, and GitHub Copilot, ensuring broad usability across different environments. The server's configuration allows for automatic execution of commands upon task completion, further streamlining the user experience.

Features

  • Provides notifications for task completion, allowing users to multitask efficiently.
  • Compatible with multiple platforms including Cline, Claude Desktop, Cursor, and GitHub Copilot.
  • Configurable environment variables to customize task execution and notification settings.
  • Automatic execution of commands upon task completion without user intervention.
  • Includes tools for starting timers and checking if tasks are overdue.

Tools

  1. start-timer

    Start a timer to measure task execution time. Output: {"startTime": ""}

  2. check-overdue

    Check if the task is overdue based on the given threshold. Outputs elapsed time and executes command if overdue.