Sleep Mcp Server
@erichung9060
关于 Sleep Mcp Server
A lightweight MCP server providing a sleep tool for LLMs to wait for specified durations. Perfect for API response delays and controlled timing in AI workflows.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"sleep": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sleep-mcp"
]
}
}
}工具
1Wait for the specified number of seconds.
概览
What is Sleep Mcp Server?
Sleep Mcp Server is an MCP server that provides a simple sleep tool for LLMs to wait for specified durations, such as waiting for an API response or for new data to become available.
How to use Sleep Mcp Server?
Configure the server in your MCP client settings using the command npx -y sleep-mcp. The server offers a single tool sleep that takes a number of seconds as argument.
Key features of Sleep Mcp Server
- Offers a single tool:
sleepwith configurable seconds. - Lightweight and easy to install via npx.
- Open source with clear development setup.
- Designed for LLMs needing to pause execution.
Use cases of Sleep Mcp Server
- Wait for an external API to return a response.
- Pause before checking for new data in a stream.
- Introduce a delay between sequential LLM tool calls.
FAQ from Sleep Mcp Server
What exactly does the sleep tool do?
It pauses the MCP server’s execution for a specified number of seconds, allowing an LLM to wait for external events.
What runtime dependencies are required?
The server requires Node.js and is run via npx (npm). It has no other external dependencies.
How is the server invoked?
It is started through your MCP client configuration using the npx -y sleep-mcp command, with no additional configuration keys needed.
Does the server use any authentication or special transport?
No authentication is mentioned, and it uses standard MCP transport (stdio) by default.
Are there any limits on the sleep duration?
The README does not specify a maximum or minimum sleep duration; it accepts any number of seconds.
其他 分类下的更多 MCP 服务器
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
评论