mcp-servers vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-servers by dunialabs | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 6 | ★ 85,748 |
| 30d uses | — | — |
| Score | 40 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsProductivityAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 1 mo ago | this month |
mcp-servers · Summary
A collection of 15+ MCP servers for popular services like Google Workspace, GitHub, Notion, and more.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-servers · Use cases
- AI assistants managing Google Workspace accounts through Gmail, Calendar, Docs, and Sheets
- Automating GitHub repository management and issue tracking through MCP tools
- Integrating AI assistants with design tools like Figma and Canva for creative 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-servers · Install
To install these MCP servers, you'll need to add them to your MCP configuration. For Claude Desktop, update your claude_desktop_config.json:
{
"mcpServers": {
"mcp-bravesearch": {
"command": "node",
"args": ["/path/to/mcp-servers/mcp-bravesearch/dist/index.js"]
},
"mcp-github": {
"command": "node",
"args": ["/path/to/mcp-servers/mcp-github/dist/index.js"]
},
// Add other servers as needed
}
}Most servers can also be run as Docker containers:
docker run -e GITHUB_TOKEN=your_token dunialabs/mcp-github:latesttime · 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"]
}
}
}