Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Wait

    4 stars
    JavaScript
    Updated Oct 16, 2025

    Table of Contents

    • Features
    • Integration with Claude Desktop/Cursor/Chatwise
    • Installation
    • Installing via Smithery
    • Manual Installation
    • Usage
    • CLI Testing
    • Inspect with MCP Inspector
    • Start as SSE Server
    • Wait Tool

    Table of Contents

    • Features
    • Integration with Claude Desktop/Cursor/Chatwise
    • Installation
    • Installing via Smithery
    • Manual Installation
    • Usage
    • CLI Testing
    • Inspect with MCP Inspector
    • Start as SSE Server
    • Wait Tool

    Documentation

    MCP-Wait

    smithery badge

    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:

    json
    {
      "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:

    bash
    npx -y @smithery/cli install @automation-ai-labs/mcp-wait --client claude

    Manual Installation

    bash
    npm install

    Usage

    CLI Testing

    Test the server directly using the FastMCP CLI:

    bash
    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:

    bash
    npm run inspect

    Start as SSE Server

    Start the server with SSE support for integrating with other applications:

    bash
    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:

    json
    {
      "seconds": 5
    }

    This will wait for 5 seconds and report progress during the wait.

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k