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 | — | — |
| Score | 41 | 77 |
| Official | — | ✓ |
| Categories | MediaAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | 11 mo ago | this 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
- Get your Kling API credentials from [Kling AI Developer Console](https://app.klingai.com/global/dev/api-key)
- 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"
}
}
}
}- 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"]
}
}
}