mcp-wait-server

mcp-wait-server

3.2

If you are the rightful owner of mcp-wait-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP Wait Server is a simple Model Context Protocol server providing time-related tools for Claude Desktop and other MCP clients.

The MCP Wait Server is a lightweight server designed to provide time-related functionalities to MCP clients like Claude Desktop. It offers two primary tools: 'wait', which pauses execution for a specified number of seconds, and 'get_datetime', which returns the current date and time in ISO 8601 format. The server is implemented in TypeScript and can be run using Node.js. It is available for use without installation via npx, or it can be installed globally from npm. The server is particularly useful for managing delays in operations, timestamping, and scheduling tasks. It supports configuration through environment variables to customize the maximum wait duration and tool descriptions.

Features

  • Provides 'wait' tool to pause execution for specified seconds.
  • Offers 'get_datetime' tool to return current date and time in ISO 8601 format.
  • Implemented in TypeScript and can be run with Node.js.
  • Available via npx for no-installation usage or can be installed globally.
  • Configurable through environment variables for custom tool descriptions and wait durations.