MCP-Wait
MCP-Espera
Un servidor MCP simple que proporciona una funcionalidad de espera para pausar hasta que finalicen otras tareas.
Características
Esperar un número específico de segundos
Informes de progreso durante la espera
Fácil de usar a través de CLI o como servidor HTTP con SSE
Related MCP server: async-bash-mcp
Integración con Claude Desktop/Cursor/Chatwise
Para utilizar con Claude Desktop, agregue lo siguiente a su configuración:
{
"mcpServers": {
"mcp-wait": {
"command": "npx",
"args": [
"-y",
"@automation-ai-labs/mcp-wait"
],
"env": {
"TRANSPORT_TYPE": "stdio"
}
}
}
}Instalación
Instalación mediante herrería
Para instalar Wait for Claude Desktop automáticamente a través de Smithery :
npx -y @smithery/cli install @automation-ai-labs/mcp-wait --client claudeInstalación manual
npm installUso
Pruebas de CLI
Pruebe el servidor directamente usando la CLI de FastMCP:
npm run devEsto iniciará el servidor y le permitirá interactuar con él a través de la CLI.
Inspeccionar con MCP Inspector
Inspeccione el servidor utilizando la interfaz web de MCP Inspector:
npm run inspectIniciar como servidor SSE
Inicie el servidor con soporte SSE para integrarse con otras aplicaciones:
TRANSPORT_TYPE=sse PORT=8080 npm startHerramienta de espera
El servidor proporciona una herramienta wait sencilla que acepta un parámetro seconds :
seconds: El número de segundos a esperar (0-300)
Ejemplo:
{
"seconds": 5
}Esto esperará 5 segundos e informará el progreso durante la espera.
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