code-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
code-mcp by 54yyyu | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 37 | ★ 85,748 |
| 30d uses | — | — |
| Score | 38 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 14 mo ago | this month |
code-mcp · Summary
Code-MCP connects Claude AI to dev environments via MCP, enabling terminal commands and file operations through the AI interface.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
code-mcp · Use cases
- Enable Claude AI to directly interact with your codebase through terminal commands and file operations
- Work with remote codebases by connecting to a Code-MCP instance running on a remote server
- Perform code analysis and editing with pattern matching and function-level operations
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-mcp · Install
Installation
Quick Installation
**macOS / Linux:**
curl -LsSf https://raw.githubusercontent.com/54yyyu/code-mcp/main/install.sh | sh**Windows:**
powershell -c "Invoke-WebRequest -Uri https://raw.githubusercontent.com/54yyyu/code-mcp/main/install.ps1 -OutFile install.ps1; .\install.ps1"Claude Desktop Integration
- Run the setup helper with your project path:
code-mcp-setup /path/to/your/project- Or manually edit Claude Desktop configuration (
claude_desktop_config.json):
{
"mcpServers": {
"code": {
"command": "code-mcp",
"args": [
"/path/to/your/project"
]
}
}
}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"]
}
}
}