KoikatuMCP
by great-majority·★ 4·Score 33
MCP server that allows AI assistants to control Koikatu Studio through natural language commands.
Overview
KoikatuMCP is a Model Context Protocol server that bridges AI assistants with Koikatu Studio, enabling control through natural language commands. It connects to the KKStudioSocket WebSocket plugin to manipulate scenes, objects, characters, and more. The server implements scene management, camera control, content discovery, and object manipulation features, making it possible for AI systems to interact with this character creation software.
Try asking AI
After installing, here are 6 things you can ask your AI assistant:
When to choose this
Choose KoikatuMCP if you want to use AI to automate scene creation, character posing, or virtual photography in Koikatu Studio through natural language commands.
When NOT to choose this
Don't choose KoikatuMCP if you don't own or use Koikatu/Koikatsu Sunshine, or if you need integration with other 3D software beyond this specific game.
Tools this server exposes
12 tools extracted from the READMEpingTest connection to Koikatsu Studio via KKStudioSocket
treetree(depth?: number)Retrieve scene hierarchy and structure of objects in the scene
add_objectAdd objects to the scene (items, lights, cameras, characters)
modify_objectModify object properties like position, rotation, scale, and color
remove_objectRemove objects from the scene
camera_controlControl camera position, orientation, and switch between views
capture_screenshotCapture screenshots of the current scene
browse_itemsBrowse available item catalogs in Koikatsu Studio
search_itemsSearch for specific items in the catalog
get_item_infoGet detailed information about a specific item
attach_objectAttach objects to create hierarchies
modify_lightingAdjust lighting properties in the scene
Comparable tools
Installation
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.
FAQ
- Which games does KoikatuMCP support?
- KoikatuMCP supports both Koikatu (KK) and Koikatsu Sunshine (KKS) games, as long as the KKStudioSocket plugin is installed.
- How do I verify the connection between KoikatuMCP and Koikatu Studio?
- You can test the connection by asking your AI assistant to 'run a ping to check the connection' which will execute a `koikatu-mcp:ping` command to verify the connection to KKStudioSocket.
- Can I use KoikatuMCP with other AI assistants besides Claude?
- Yes, KoikatuMCP should work with any MCP client that can execute external commands. The provided configuration examples show how to set it up with Claude Desktop, but it may work with other AI systems that support MCP.
Compare KoikatuMCP with
Last updated · Auto-generated from public README + GitHub signals.