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.
Máy chủ liên quan
Unified MCP Suite
A collection of MCP servers for media tools, information retrieval, PDF creation, and presentation generation.
MindmupGoogleDriveMcp
This server enables you to search, retrieve, and parse MindMup files stored in your Google Drive directly through the MCP interface.
Lunch Roulette MCP Server
Manages and randomly selects from a list of lunch restaurants, storing choices and visit statistics locally.
Obsidian Nexus
Connects directly to your local Obsidian vault for seamless note management and data organization.
Enzyme
Enzyme turns your Obsidian or markdown vault into a semantic graph that AI can explore. It maps your tags, links, and folder patterns into entities, tracks when you last engaged each thread, and generates catalysts—questions tuned to surface what's latent in your notes.
Kit.com (formerly ConvertKit) MCP
Manage your email lists, subscribers, broadcasts, sequences, and more through natural language.
MD-PDF MCP Server
A server for converting Markdown files to PDF format. Requires pandoc and weasyprint.
Odoo MCP Server
An MCP server that provides direct access to Odoo ERP system capabilities.
Nineteen Blocks Sales Automation
A sales automation system that integrates Gmail, Google Sheets, Streak CRM, Notion, and Google Drive into a unified workflow.
Google Calendar
Integrates with the Google Calendar API to read, create, update, and delete calendar events.