Skip to main content
Glama

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

Related MCP server: async-bash-mcp

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.

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Tools

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    A Model Context Protocol (MCP) server that provides a simple sleep/wait tool, useful for adding delays between operations such as waiting between API calls or testing eventually consistent systems.
    1
    28
    21
    ISC
  • A
    license
    -
    quality
    D
    maintenance
    An MCP server for spawning and managing bash commands asynchronously. Run multiple shell commands in parallel and check their progress independently.
    6
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    A minimal MCP server that lets AI agents pause for a specified duration before resuming their workflow. Useful for polling patterns like waiting for PR approval or file creation.
    1
    16
    MIT
  • F
    license
    -
    quality
    B
    maintenance
    A minimal MCP server that gives AI agents the ability to pause execution by waiting a specified number of seconds, with support for local and AWS AgentCore deployment.

View all related MCP servers

Related MCP Connectors

  • MCP server for the FFmpeg Micro video transcoding API — create, monitor, download transcodes.

  • The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.

  • Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/automation-ai-labs/mcp-wait'

If you have feedback or need assistance with the MCP directory API, please join our Discord server