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.
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
ghidraMCP
LaurieWiredMCP Server for Ghidra

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Comments