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.
관련 서버
Apple Books
Access and manage your library on Apple Books.
Skolverket-MCP
MCP server for Swedish National Agency for Education (Skolverket) open data.
Salesforce MCP
Interact with the Salesforce API using jsforce, requiring username and password for authentication.
Jira Weekly Reporter
Connects to a Jira instance to generate weekly reports based on issue activity.
Taskade
Connect to the Taskade platform via MCP. Access tasks, projects, workflows, and AI agents in real-time through a unified workspace and API.
Whoop
Access the Whoop API to query cycles, recovery, strain, and workout data.
Notion
Interact with Notion's API to read, create, and modify content using natural language.
Rememberizer
Access personal and team knowledge from documents and Slack discussions.
DalexorMI
Dalexor MI is an advanced project memory system designed to provide AI coding assistants with **Contextual Persistence**. Unlike standard RAG (Retrieval-Augmented Generation) systems that perform surface-level keyword searches, Dalexor MI maps the **logical evolution** of a codebase, tracking how symbols, dependencies, and architectural decisions shift over time.
Browser Use
A simple note storage system with tools to add and summarize notes using a custom URI scheme.