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 | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Go | TypeScript |
| Last commit | 4 mo ago | this 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"]
}
}
}