MCP Catalogs
Home

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
Score7750
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis monththis 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

  1. Install dependencies:
npm install
  1. Start the MCP server:
npm start
  1. Configure Claude Desktop:

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "token-optimizer": {
      "command": "node",
      "args": ["path/to/token-optimizer-mcp/dist/index.js"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.