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.
Servidores relacionados
Kone.vc
patrocinadorMonetize your AI agent with contextual product recommendations
ITGlue
Unofficial MCP server for the ITGlue API
Kash Business management
Kash.click management assistant. Connect your assistant to your business complete sales history, clients, payments, tax information, employees, points of sales.
remi
Apple Reminders CLI and MCP server with section support and iCloud sync - the only tool that can create, manage, and sync sections across devices
Outlook
Access your Microsoft 365 mail, calendar, and files using the Microsoft Graph API.
context-distill
context-distill is an MCP server that compresses noisy command output into precise, actionable summaries for LLM workflows. Use distill_batch for large logs and distill_watch for cycle-to-cycle deltas. Built with Go, Cobra, Viper, and DI for reliable local and provider-backed distillation.
Homelab MCP Server
Manage and monitor homelab systems via SSH.
Anamnese
Portable, cloud-hosted AI memory you own - structured memories, tasks, goals, and notes that work across Claude, ChatGPT, Gemini, and any MCP client.
waitlister-mcp
MCP server for the Waitlister API. Manage your waitlist subscribers, track signups, and log views through AI assistants like Claude, Cursor, and Windsurf.
ProductPlan MCP Server
Query ProductPlan roadmaps with AI. Access OKRs, ideas, launches, and timeline data through natural language.
Lunch Roulette MCP Server
Manages and randomly selects from a list of lunch restaurants, storing choices and visit statistics locally.