mcp-wait
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-waitwait 10 seconds"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-wait
An MCP server that provides a wait tool for AI agents to pause execution until a time duration elapses or a process terminates. Useful for polling scenarios, waiting for builds, deployments, etc.
Installation
npm install && npm run buildRelated MCP server: MCP Wait Timer Server
Usage with MCP Clients
Add to your MCP client configuration (e.g., Claude Desktop, Claude Code):
{
"mcpServers": {
"wait": {
"command": "npx",
"args": ["-y", "github:AaLexUser/mcp-wait"]
}
}
}Tool: wait
Arguments (at least one required):
Argument | Type | Description |
| number | Seconds to wait |
| number | Process ID to monitor until exit |
Behavior:
Only
seconds→ wait N secondsOnly
pid→ wait until process exitsBoth → wait until first condition is met
Returns: A message indicating why waiting stopped and how long was waited.
Examples
Wait 5 seconds:
{ "seconds": 5 }Wait for process 1234:
{ "pid": 1234 }Wait up to 30 seconds for process 1234:
{ "seconds": 30, "pid": 1234 }
Development
npm run build # Compile TypeScript
npm run lint # Run ESLint
npm run format # Format with Prettier
npm run check # Lint + format checkLicense
This server cannot be deployed
Maintenance
Related MCP Connectors
Watchdog for unattended AI agents: alerts, evidence checks and a verifiable proof per run.
- mcp-serverOAuthcom.make
Give your AI agents the tools to build, manage, and run automation workflows.
Runtime permission, approval, and audit layer for AI agent tool execution.
Durable background job execution, async task scheduling, and state persistence for AI agents.
Related MCP Servers
- AlicenseBqualityDmaintenanceTool that allows you to wait a certain time to continue the execution of an agent.11Apache 2.0
- AlicenseAqualityDmaintenanceProvides a simple 'wait' tool that introduces deliberate pauses into workflows executed by MCP clients, allowing time for asynchronous operations to complete before proceeding to the next step.113 npm1MIT
- AlicenseBqualityCmaintenanceProvides tools for AI agents to take timed rest breaks and vent their thoughts to receive emotional support during complex tasks. It enables developers to implement structured delays while offering a psychological sanctuary for simulated silicon-based life.213 npm4MIT
- AlicenseNot gradedqualityCmaintenanceNon-blocking awaiter for bash commands. Get your agent rid of timeouts, sleeps, while. Also supports files, ports, etc.27 npm2MIT