time vs mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcp by mondaycom | |
|---|---|---|
| Stars | ★ 85,748 | ★ 403 |
| 30d uses | — | — |
| Score | 77 | 52 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | ProductivityDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp · Summary
monday.com MCP server provides secure API access to monday.com's work OS for AI agents.
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 · Use cases
- AI assistants create and manage project boards in monday.com
- Automate status updates and task movements between board groups
- Generate custom reports and dashboards from monday.com data
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"]
}
}
}mcp · Install
Quick Setup with Hosted MCP
For Claude Desktop, add this to your MCP settings:
{
"mcpServers": {
"monday-mcp": {
"url": "https://mcp.monday.com/mcp"
}
}
}Local Installation
For Claude Desktop, configure with:
{
"mcpServers": {
"monday-api-mcp": {
"command": "npx",
"args": [
"@mondaydotcomorg/monday-api-mcp@latest"
],
"env": {
"MONDAY_TOKEN": "your_monday_api_token"
}
}
}
}Get your API token from monday.com → Developers → My access tokens.