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

待機ツール

サーバーは、 secondsパラメータを受け入れるシンプルなwaitツールを提供します。

  • seconds : 待機する秒数 (0-300)

例:

{ "seconds": 5 }

これは 5 秒間待機し、待機中に進行状況を報告します。

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

他のタスクが完了するまで一時停止する待機機能、進行状況レポート、SSE を使用した CLI または HTTP サーバーのサポートを提供するシンプルな MCP サーバーです。

  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