ultimate_mcp_server vs KoikatuMCP
Side-by-side comparison to help you pick between these two MCP servers.
ultimate_mcp_server by Dicklesworthstone | KoikatuMCP by great-majority | |
|---|---|---|
| Stars | ★ 149 | ★ 4 |
| 30d uses | — | — |
| Score | 85 | 33 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | AI / LLM ToolsMediaOther |
| Language | Python | C# |
| Last commit | 2 mo ago | 10 mo ago |
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.
KoikatuMCP · Summary
MCP server that allows AI assistants to control Koikatu Studio through natural language commands.
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
KoikatuMCP · Use cases
- Automating scene setup in Koikatu Studio through AI commands
- Creating interactive experiences with AI-controlled character manipulation
- Generating complex character scenes via natural language prompts
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_serverKoikatuMCP · Install
Installation
- Install KKStudioSocket Plugin
- Follow the [KKStudioSocket installation guide](https://github.com/great-majority/KKStudioSocket?tab=readme-ov-file#-installation) to set up the WebSocket plugin
- Download KoikatuMCP
- Download the latest release from [Releases](https://github.com/great-majority/KoikatuMCP/releases) - Extract the ZIP file to any location - Contains KoikatuMCP.exe (single executable file)
- Configure with Claude Desktop
- Add to your claude_desktop_config.json: ``json { "mcpServers": { "koikatu-mcp": { "command": "C:\\path\\to\\KoikatuMCP.exe", "env": { "KKSTUDIOSOCKET_URL": "ws://127.0.0.1:8765/ws" } } } } ``
- Start Koikatsu Studio with KKStudioSocket active, then start Claude Desktop to begin using.