kimi-code-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
kimi-code-mcp by howardpen9 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 49 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 2 mo ago | this month |
kimi-code-mcp · Summary
MCP server connecting Claude Code with Kimi K2.5 (256K context) to reduce token costs for codebase analysis.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
kimi-code-mcp · Use cases
- Deep codebase architecture analysis using Kimi's 256K context window
- Security auditing with AI pair review between Kimi and Claude
- Cost-efficient dependency mapping and refactoring planning
- Resumable code review sessions across development cycles
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
kimi-code-mcp · Install
Installation
- Install Kimi CLI and authenticate:
curl -L code.kimi.com/install.sh | bash
kimi login- Install the MCP server:
npm install -g kimi-mcp-server- Add to your Claude Code configuration:
{
"mcpServers": {
"kimi-code": {
"command": "npx",
"args": ["-y", "kimi-mcp-server"]
}
}
}- Restart Claude Code and verify with
/mcpcommand.
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"]
}
}
}