MCP Catalogs
Home

mcp-language-server vs time

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

mcp-language-server
by isaacphi
time
by modelcontextprotocol
Stars★ 1,527★ 85,748
30d uses
Score5577
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageGoTypeScript
Last commit3 mo agothis month

mcp-language-server · Summary

MCP language server bridges LSP tools to MCP clients enabling code navigation, definitions, references and diagnostics.

time · Summary

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

mcp-language-server · Use cases

  • Codebase navigation for AI assistants working with unfamiliar code
  • Automated code refactoring and renaming across large projects
  • Intelligent code analysis and issue detection

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

mcp-language-server · Install

Installation

  1. Install Go: Follow instructions at https://golang.org/doc/install
  2. Install the server: go install github.com/isaacphi/mcp-language-server@latest
  3. Install a language server of your choice (gopls, rust-analyzer, pyright, etc.)

Configuration

Add to Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "language-server": {
      "command": "mcp-language-server",
      "args": ["--workspace", "/path/to/your/project", "--lsp", "gopls"]
    }
  }
}

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.