MCP Catalogs
Home

cclsp vs time

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

cclsp
by ktnyt
time
by modelcontextprotocol
Stars★ 637★ 85,748
30d uses
Score5477
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit3 mo agothis month

cclsp · Summary

cclsp is an MCP server that bridges AI coding assistants with LSP servers for robust code navigation and symbol manipulation.

time · Summary

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

cclsp · Use cases

  • Jumping to function or variable definitions directly from AI code suggestions
  • Finding all references to a symbol across a large codebase
  • Safely renaming variables, functions, or classes with confidence

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

cclsp · Install

Installation

  1. Install cclsp globally:
npm install -g cclsp
  1. Run the setup wizard:
cclsp setup
  1. Add to Claude Desktop configuration:
{
  "mcpServers": {
    "cclsp": {
      "command": "cclsp",
      "env": {
        "CCLSP_CONFIG_PATH": "/path/to/your/cclsp.json"
      }
    }
  }
}

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.