time vs selene
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | selene by tercumantanumut | |
|---|---|---|
| Stars | ★ 85,748 | ★ 166 |
| 30d uses | — | — |
| Score | 77 | 48 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsDeveloper ToolsCommunication |
| 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.
selene · Summary
Selene is an AI agent desktop app that integrates MCP tools for WhatsApp, Telegram, Slack, and Discord.
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
selene · Use cases
- Building personal assistants connected to messaging platforms via MCP
- Automating browser tasks with AI agents using MCP tools
- Creating custom workflows across multiple communication channels
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"]
}
}
}selene · Install
Download and install Selene from the [Releases page](https://github.com/tercumantanumut/selene/releases)
To use MCP in Selene:
- Launch Selene and go to Settings
- Navigate to the MCP section
- Configure MCP servers by adding their definitions
Example Claude Desktop configuration (if applicable):
{
"mcpServers": {
"selene": {
"command": "path/to/selene",
"args": ["--mcp"]
}
}
}