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 で使用するには、構成に以下を追加します。
インストール
Smithery経由でインストール
Smithery経由で Wait for Claude Desktop を自動的にインストールするには:
手動インストール
使用法
CLIテスト
FastMCP CLI を使用してサーバーを直接テストします。
これによりサーバーが起動し、CLI を介してサーバーと対話できるようになります。
MCP Inspectorで検査する
MCP Inspector Web UI を使用してサーバーを検査します。
SSEサーバーとして起動
他のアプリケーションと統合するために、SSE サポートを使用してサーバーを起動します。
待機ツール
サーバーは、 seconds
パラメータを受け入れるシンプルなwait
ツールを提供します。
seconds
: 待機する秒数 (0-300)
例:
これは 5 秒間待機し、待機中に進行状況を報告します。
This server cannot be installed
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.
他のタスクが完了するまで一時停止する待機機能、進行状況レポート、SSE を使用した CLI または HTTP サーバーのサポートを提供するシンプルな MCP サーバーです。
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server to run commands.Last updated -2204104JavaScriptMIT License
- AsecurityAlicenseAqualityA simple MCP server that facilitates website fetching through a configurable server platform using stdio or SSE transport, allowing integration with tools like Cursor for streamlined access.Last updated -223PythonMIT License
- -securityAlicense-qualityThis server implements the Model Context Protocol (MCP) to handle asynchronous tasks with real-time status tracking, robust error handling, and automatic resource management.Last updated -21JavaScriptMIT License
- AsecurityFlicenseAqualityA 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.Last updated -167JavaScript