MCP Catalogs
Home

code-to-tree vs time

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

code-to-tree
by micl2e2
time
by modelcontextprotocol
Stars★ 83★ 85,748
30d uses
Score4377
Official
Categories
Developer ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageCTypeScript
Last commit2 mo agothis month

code-to-tree · Summary

A runtime-free MCP server converting source code to AST using tree-sitter with minimal dependencies.

time · Summary

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

code-to-tree · Use cases

  • Code analysis and refactoring by LLMs
  • Cross-language code structure comparison
  • Automated documentation generation from code structure

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

code-to-tree · Install

Installation

  1. Download the pre-built binary from the [GitHub releases page](https://github.com/micl2e2/code-to-tree/releases)
  1. Configure your MCP client (example for Claude Desktop):

**Windows:** ``json { "mcpServers": { "code-to-tree": { "command": "C:\\path\\to\\code-to-tree.exe" } } } ``

**macOS:** ``json { "mcpServers": { "code-to-tree": { "command": "/path/to/code-to-tree" } } } ``

  1. Restart your MCP client to apply the configuration

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.