MCP Catalogs
Home

abcoder vs time

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

abcoder
by cloudwego
time
by modelcontextprotocol
Stars★ 370★ 85,748
30d uses
Score5077
Official
Categories
AI / LLM ToolsDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageGoTypeScript
Last committhis monththis month

abcoder · Summary

ABCoder is an AI-oriented code-processing framework that provides MCP tools for precise local code repository analysis.

time · Summary

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

abcoder · Use cases

  • Code analysis and review in local repositories
  • AI-assisted programming with Claude Code integration
  • Cross-language code understanding and translation

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

abcoder · Install

Installation

  1. Install ABCoder:
go install github.com/cloudwego/abcoder@latest
  1. Parse a repository to UniAST:
abcoder parse {language} {repo-path} -o xxx.json
  1. Configure ABCoder as MCP server:
{
  "mcpServers": {
    "abcoder": {
      "command": "abcoder",
      "args": [
        "mcp",
        "{the-AST-directory}"
      ]
    }
  }
}

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.