MCP Catalogs
Home

mcp-ayd-server vs time

Side-by-side comparison to help you pick between these two MCP servers.

mcp-ayd-server
by macrat
time
by modelcontextprotocol
Stars★ 0★ 85,748
30d uses
Score2777
Official
Categories
MonitoringDeveloper ToolsOps & Infra
ProductivityDeveloper ToolsCommunication
LanguageGoTypeScript
Last commit17 mo agothis month

mcp-ayd-server · Summary

MCP server for monitoring Ayd status checks via the Model Context Protocol.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

mcp-ayd-server · Use cases

  • AI assistants can query Ayd status checks through natural language
  • Automated status reporting for monitored services
  • Integration of monitoring data into AI-powered workflows

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

mcp-ayd-server · Install

Installation

  1. Download the latest binary from the [release page](https://github.com/macrat/mcp-ayd-server/releases).
  1. Setup your client's configuration file.

For example, if you use Claude Desktop:

{
  "mcpServers": {
    "ayd": {
      "command": "C:\\path\\to\\mcp-ayd-server.exe",
      "args": ["http://127.0.0.1:9000"]
    }
  }
}
  1. Run the client app.
  1. Ask assistant like "What's the latest status of Ayd?"

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.