mcp-kling vs ultimate_mcp_server
Side-by-side comparison to help you pick between these two MCP servers.
mcp-kling by 199-mcp | ultimate_mcp_server by Dicklesworthstone | |
|---|---|---|
| Stars | ★ 26 | ★ 149 |
| 30d uses | — | — |
| Score | 41 | 85 |
| Official | — | — |
| Categories | MediaAI / LLM ToolsProductivity | AI / LLM ToolsBrowser AutomationFile System |
| Language | JavaScript | Python |
| Last commit | 11 mo ago | 2 mo ago |
mcp-kling · Summary
MCP Kling is a comprehensive server providing full access to Kling AI's video generation tools via MCP protocol.
ultimate_mcp_server · Summary
Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.
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
ultimate_mcp_server · Use cases
- Complex document processing and analysis with OCR and structured data extraction
- Web automation and research across multiple sites with browser control
- Cost-optimized AI workflows through intelligent task delegation between models
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
ultimate_mcp_server · Install
Installation
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_server