MCP Catalogs
Home

mcp-gopls vs time

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

mcp-gopls
by hloiseau
time
by modelcontextprotocol
Stars★ 84★ 85,748
30d uses
Score4777
Official
Categories
Developer ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageGoTypeScript
Last commit4 mo agothis month

mcp-gopls · Summary

MCP server for Go using gopls – LSP-powered analysis, tests, coverage, and tooling.

time · Summary

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

mcp-gopls · Use cases

  • AI assistants analyzing Go codebases with full LSP capabilities
  • Automating Go test execution and coverage reporting
  • Refactoring Go code with AI assistance using LSP tools

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-gopls · Install

# Install the server
go install github.com/hloiseau/mcp-gopls/v2/cmd/mcp-gopls@latest

# Configure Claude Desktop
{
  "mcpServers": {
    "mcp-gopls": {
      "command": "mcp-gopls",
      "args": ["--workspace", "/absolute/path/to/your/go/project"],
      "env": {
        "MCP_GOPLS_LOG_LEVEL": "info"
      }
    }
  }
}

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.