MCP-Wait
MCP-待機
他のタスクが完了するまで一時停止する待機機能を提供するシンプルな MCP サーバー。
特徴
指定した秒数だけ待機する
待機中の進捗報告
CLI 経由でも、SSE を使用した HTTP サーバーとしても簡単に使用できます。
Related MCP server: async-bash-mcp
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 inspectSSEサーバーとして起動
他のアプリケーションと統合するために、SSE サポートを使用してサーバーを起動します。
TRANSPORT_TYPE=sse PORT=8080 npm start待機ツール
サーバーは、 secondsパラメータを受け入れるシンプルなwaitツールを提供します。
seconds: 待機する秒数 (0-300)
例:
{
"seconds": 5
}これは 5 秒間待機し、待機中に進行状況を報告します。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
- waitB
Related MCP Servers
- AlicenseBqualityDmaintenanceA 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.12821ISC
- AlicenseNot gradedqualityDmaintenanceAn MCP server for spawning and managing bash commands asynchronously. Run multiple shell commands in parallel and check their progress independently.6MIT
- AlicenseAqualityCmaintenanceA minimal MCP server that lets AI agents pause for a specified duration before resuming their workflow. Useful for polling patterns like waiting for PR approval or file creation.116MIT
Related MCP Connectors
MCP server for the FFmpeg Micro video transcoding API — create, monitor, download transcodes.
The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/automation-ai-labs/mcp-wait'
If you have feedback or need assistance with the MCP directory API, please join our Discord server