mcp-wait
2
MCP-Wait is a Model Context Protocol server designed to provide waiting functionality, allowing tasks to pause for a specified duration, with features like CLI and SSE server support. It integrates with platforms like Claude Desktop, offering progress reporting and ease of use.
MCP-Wait
A simple MCP server that provides waiting functionality to pause until other tasks finish.
Features
- Wait for a specified number of seconds
- Progress reporting during waiting
- Simple to use via CLI or as an HTTP server with SSE
Integration with Claude Desktop/Cursor/Chatwise
To use with Claude Desktop, add the following to your configuration.
Installation
Installing via Smithery
To install Wait for Claude Desktop automatically via Smithery.
Manual Installation
Usage
CLI Testing
Test the server directly using the FastMCP CLI.
Inspect with MCP Inspector
Inspect the server using the MCP Inspector web UI.
Start as SSE Server
Start the server with SSE support for integrating with other applications.
Wait Tool
The server provides a simple wait
tool that accepts a seconds
parameter.