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 | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | C | TypeScript |
| Last commit | 2 mo ago | this 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
- Download the pre-built binary from the [GitHub releases page](https://github.com/micl2e2/code-to-tree/releases)
- 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" } } } ``
- 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"]
}
}
}