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 で使用するには、構成に以下を追加します。
インストール
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
他のタスクが完了するまで一時停止する待機機能、進行状況レポート、SSE を使用した CLI または HTTP サーバーのサポートを提供するシンプルな MCP サーバーです。