time vs connector
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | connector by OpticLM | |
|---|---|---|
| Stars | ★ 85,748 | ★ 3 |
| 30d uses | — | — |
| Score | 77 | 36 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsFile System |
| 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.
connector · Summary
Abstract interface for LLMs to connect to code analysis tools via MCP and AI SDK implementations.
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
connector · Use cases
- Enabling AI assistants to navigate and analyze code in IDEs with LSP integration
- Implementing intelligent code completion and refactoring through AI tool calling
- Creating AI-powered documentation generation with access to code structure and diagnostics
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"]
}
}
}connector · Install
npm install @opticlm/connectorFor Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"opticlm-connector": {
"command": "npx",
"args": ["@opticlm/connector"]
}
}
}