time vs token-optimizer-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | token-optimizer-mcp by ooples | |
|---|---|---|
| Stars | ★ 85,748 | ★ 369 |
| 30d uses | — | — |
| Score | 77 | 50 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsProductivity |
| 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.
token-optimizer-mcp · Summary
MCP server for intelligent token optimization in Claude Code with caching and compression features.
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
token-optimizer-mcp · Use cases
- Optimizing token usage for large codebases in Claude Code
- Reducing API costs by minimizing unnecessary token consumption
- Improving response speed through intelligent caching of code context
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"]
}
}
}token-optimizer-mcp · Install
Installation
- Install dependencies:
npm install- Start the MCP server:
npm start- Configure Claude Desktop:
Add to your claude_desktop_config.json:
{
"mcpServers": {
"token-optimizer": {
"command": "node",
"args": ["path/to/token-optimizer-mcp/dist/index.js"]
}
}
}