time vs itsyconnect-macos
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | itsyconnect-macos by nickustinov | |
|---|---|---|
| Stars | ★ 85,748 | ★ 96 |
| 30d uses | — | — |
| Score | 77 | 47 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 1 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
itsyconnect-macos · Summary
App Store Connect alternative desktop app with optional MCP server for managing iOS app listings.
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
itsyconnect-macos · Use cases
- Managing iOS app listings across multiple locales with bulk editing capabilities
- Using AI to translate app descriptions, keywords, and review replies into multiple languages
- Interacting with App Store Connect through AI coding tools via the MCP server
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"]
}
}
}itsyconnect-macos · Install
Install the Itsyconnect desktop app as described in the README. To use the MCP server, add the following to your Claude Desktop configuration:
{
"mcpServers": {
"itsyconnect": {
"command": "npx",
"args": ["@nickustinov/itsyconnect-mcp"],
"env": {}
}
}
}