MCP Catalogs
Home

mcp-kling vs time

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

mcp-kling
by 199-mcp
time
by modelcontextprotocol
Stars★ 26★ 85,748
30d uses
Score4177
Official
Categories
MediaAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last commit11 mo agothis month

mcp-kling · Summary

MCP Kling is a comprehensive server providing full access to Kling AI's video generation tools via MCP protocol.

time · Summary

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

mcp-kling · Use cases

  • Content creators can generate AI videos directly through Claude for social media and marketing
  • Film producers can pre-visualize scenes and create storyboards rapidly
  • E-commerce platforms can implement virtual try-on features for clothing

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

mcp-kling · Install

Installation for Claude Desktop

  1. Get your Kling API credentials from [Kling AI Developer Console](https://app.klingai.com/global/dev/api-key)
  2. Add to Claude Desktop config file:

**macOS**: ~/Library/Application Support/Claude/claude_desktop_config.json **Windows**: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "mcp-kling": {
      "command": "npx",
      "args": ["-y", "mcp-kling@latest"],
      "env": {
        "KLING_ACCESS_KEY": "YOUR_ACCESS_KEY_HERE",
        "KLING_SECRET_KEY": "YOUR_SECRET_KEY_HERE"
      }
    }
  }
}
  1. Restart Claude Desktop

For npm installation: npm install -g mcp-kling

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.