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 | — | — |
| Score | 27 | 77 |
| Official | — | ✓ |
| Categories | MonitoringDeveloper ToolsOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | Go | TypeScript |
| Last commit | 17 mo ago | this 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
- Download the latest binary from the [release page](https://github.com/macrat/mcp-ayd-server/releases).
- 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"]
}
}
}- Run the client app.
- 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"]
}
}
}