MCP-Wait
A simple server to pause execution and wait for other tasks to complete.
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:
{
"mcpServers": {
"mcp-wait": {
"command": "npx",
"args": [
"-y",
"@automation-ai-labs/mcp-wait"
],
"env": {
"TRANSPORT_TYPE": "stdio"
}
}
}
}
Installation
Installing via Smithery
To install Wait for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @automation-ai-labs/mcp-wait --client claude
Manual Installation
npm install
Usage
CLI Testing
Test the server directly using the FastMCP CLI:
npm run dev
This will start the server and let you interact with it through the CLI.
Inspect with MCP Inspector
Inspect the server using the MCP Inspector web UI:
npm run inspect
Start as SSE Server
Start the server with SSE support for integrating with other applications:
TRANSPORT_TYPE=sse PORT=8080 npm start
Wait Tool
The server provides a simple wait tool that accepts a seconds parameter:
seconds: The number of seconds to wait (0-30000)
Example:
{
"seconds": 5
}
This will wait for 5 seconds and report progress during the wait.
Serveurs connexes
Linear
Integrates with Linear project management systems.
LearnMCP Server
An MCP server that enhances the Forest application with learning content extraction and summarization capabilities.
Goodday MCP Server
Integrate with the Goodday project management platform to manage projects, tasks, and users via its API.
AIQBee
Connect AI assistants to your Aiqbee knowledge graph via MCP.
macOS Remote Control
A Python server for remote macOS control via VNC, featuring an AI-powered chat web interface.
ZenHub
Access the ZenHub GraphQL API to manage project workflows and enhance productivity.
Time
Time and timezone conversion capabilities
Notion
Connects AI assistants to your Notion workspace to search and manage pages, databases, and content.
MCP Video Converter Server
Convert video files between various formats using FFmpeg. Requires FFmpeg to be installed on the system.
Feishu/Lark OpenAPI
Connects AI agents to the Feishu/Lark platform for automating tasks like document processing, conversation management, and calendar scheduling.