Sleep Mcp Server
@erichung9060
About 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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"sleep": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sleep-mcp"
]
}
}
}Tools
1Wait for the specified number of seconds.
Overview
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.
More Other MCP servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Servers
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments