mcp-wait
If you are the rightful owner of mcp-wait 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.
MCP-Wait is a simple MCP server that provides waiting functionality to pause until other tasks finish.
MCP-Wait is a straightforward Model Context Protocol (MCP) server designed to facilitate waiting functionality. It allows users to pause operations for a specified duration, making it useful for scenarios where tasks need to be synchronized or delayed. The server can be operated via a command-line interface (CLI) or as an HTTP server with Server-Sent Events (SSE) support, providing flexibility in integration with various applications. MCP-Wait is particularly beneficial for developers looking to implement wait times in their workflows without complex configurations. It is compatible with platforms like Claude Desktop, Cursor, and Chatwise, and can be easily installed using Smithery or manually via npm.
Features
- Wait for a specified number of seconds
- Progress reporting during waiting
- Simple to use via CLI or as an HTTP server with SSE