MCP Catalogs
Home

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
Score4577
Official
Categories
Developer ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit2 mo agothis 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

  1. Install Kimi CLI and authenticate:
curl -L code.kimi.com/install.sh | bash
kimi login
  1. Install the MCP server:
npm install -g kimi-mcp-server
  1. Add to your Claude Code configuration:
{
  "mcpServers": {
    "kimi-code": {
      "command": "npx",
      "args": ["-y", "kimi-mcp-server"]
    }
  }
}
  1. Restart Claude Code and verify with /mcp command.

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.