MCP Catalogs
Home

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
Score8533
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
AI / LLM ToolsMediaOther
LanguagePythonC#
Last commit2 mo ago10 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

  1. Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server
  1. Install dependencies:
pip install -e .
  1. For Claude Desktop integration, add to your claude_desktop_config.json:
{
  "mcpServers": {
    "ultimate-mcp": {
      "command": "python",
      "args": ["-m", "ultimate_mcp_server"],
      "env": {
        "PYTHONPATH": "."
      }
    }
  }
}
  1. Run the server:
python -m ultimate_mcp_server

KoikatuMCP · Install

Installation

  1. 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

  1. 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)

  1. 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" } } } } ``

  1. Start Koikatsu Studio with KKStudioSocket active, then start Claude Desktop to begin using.
Comparison generated from public README + GitHub signals. Last updated automatically.