MCP Catalogs
Home

time vs simplelocalize-mcp-server

Side-by-side comparison to help you pick between these two MCP servers.

time
by modelcontextprotocol
simplelocalize-mcp-server
by simplelocalize
Stars★ 85,748★ 0
30d uses
Score7736
Official
Categories
ProductivityDeveloper ToolsCommunication
TranslationDeveloper ToolsAI / LLM Tools
LanguageTypeScriptTypeScript
Last committhis month1 mo ago

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

simplelocalize-mcp-server · Summary

MCP server that provides AI-powered tools for managing translations through the SimpleLocalize API.

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

simplelocalize-mcp-server · Use cases

  • Automating translation updates in AI-powered development environments
  • Managing multilingual content through natural language commands
  • Synchronizing translation keys across development workflows

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"]
    }
  }
}

simplelocalize-mcp-server · Install

Installation

To use the MCP server, you'll need an API key from SimpleLocalize > Settings > Credentials -> Project API Key.

For Claude Desktop, add this to your MCP config:

{
  "servers": {
    "simplelocalize": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@simplelocalize/simplelocalize-mcp", "--api-key=SIMPLELOCALIZE_API_KEY"]
    }
  }
}

For Cursor, VS Code, GitHub Copilot, Windsurf, see the project README for detailed setup guides.

Comparison generated from public README + GitHub signals. Last updated automatically.