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 | — | — |
| Score | 54 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 3 mo ago | this 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
- Install cclsp globally:
npm install -g cclsp- Run the setup wizard:
cclsp setup- 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"]
}
}
}