MCP-Wait

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Supports deployment as an npm package that can be installed with npx, making it easy to add to Claude-compatible applications

MCP-等待

一个简单的 MCP 服务器,提供等待功能以暂停直到其他任务完成。

特征

  • 等待指定的秒数
  • 等待期间的进度报告
  • 可通过 CLI 轻松使用,或作为带有 SSE 的 HTTP 服务器使用

与 Claude Desktop/Cursor/Chatwise 集成

要与 Claude Desktop 一起使用,请将以下内容添加到您的配置中:

{ "mcpServers": { "mcp-wait": { "command": "npx", "args": [ "-y", "@automation-ai-labs/mcp-wait" ], "env": { "TRANSPORT_TYPE": "stdio" } } } }

安装

通过 Smithery 安装

要通过Smithery自动安装 Wait for Claude Desktop:

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

手动安装

npm install

用法

CLI 测试

使用 FastMCP CLI 直接测试服务器:

npm run dev

这将启动服务器并让您通过 CLI 与其交互。

使用 MCP Inspector 进行检查

使用 MCP Inspector Web UI 检查服务器:

npm run inspect

作为 SSE 服务器启动

启动具有 SSE 支持的服务器以便与其他应用程序集成:

TRANSPORT_TYPE=sse PORT=8080 npm start

等待工具

服务器提供了一个简单的wait工具,它接受seconds参数:

  • seconds :等待的秒数(0-300)

例子:

{ "seconds": 5 }

这将等待 5 秒并在等待期间报告进度。

-
security - not tested
F
license - not found
-
quality - not tested

一个简单的 MCP 服务器,提供等待功能以暂停直到其他任务完成,并具有进度报告和对带有 SSE 的 CLI 或 HTTP 服务器的支持。

  1. Features
    1. Integration with Claude Desktop/Cursor/Chatwise
      1. Installation
        1. Installing via Smithery
        2. Manual Installation
      2. Usage
        1. CLI Testing
        2. Inspect with MCP Inspector
        3. Start as SSE Server
      3. Wait Tool
        ID: 2y2i3r6acm