shoukaiseki-wait-mcp
v1.0.0
Published
MCP server for waiting N seconds
Maintainers
Readme
Wait MCP Server
A Model Context Protocol (MCP) server that provides a tool to wait for N seconds.
Installation
This package can be used directly with npx:
npx wait-mcpOr install locally:
npm installUsage
As an MCP Server
Add to your MCP client configuration (e.g., Claude Desktop):
{
"mcpServers": {
"wait": {
"command": "npx",
"args": ["wait-mcp"]
}
}
}Available Tools
wait
Wait for N seconds before returning.
Parameters:
seconds(number, required): Number of seconds to wait (must be non-negative)
Example:
{
"seconds": 5
}Development
npm install
npm startLicense
MIT
