KoikatuMCP
by great-majority·★ 4·综合分 33
允许AI助手通过自然语言控制Koikatu Studio的MCP服务器。
概述
KoikatuMCP是一个模型上下文协议服务器,它将AI助手与Koikatu Studio连接起来,允许通过自然语言命令进行控制。它通过KKStudioSocket WebSocket插件实现与软件的通信,支持场景管理、相机控制、内容发现和对象操作等功能,使AI系统能够与这款角色创建软件进行交互。
试试问 AI
装完之后,这里有 6 个你可以让 AI 做的事:
什么时候选它
如果您想通过自然语言命令在 Koikatu Studio 中使用 AI 自动创建场景、调整角色姿势或进行虚拟摄影,请选择 KoikatuMCP。
什么时候不要选它
如果您不拥有或不使用 Koikatu/Koikatsu Sunshine,或者需要与除这款特定游戏以外的其他 3D 软件集成,请不要选择 KoikatuMCP。
此 server 暴露的工具
从 README 抽取出 12 个工具pingTest 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
可对比工具
安装
安装
- 安装KKStudioSocket插件
- 按照 [KKStudioSocket安装指南](https://github.com/great-majority/KKStudioSocket?tab=readme-ov-file#-installation) 设置WebSocket插件
- 下载KoikatuMCP
- 从[发布页](https://github.com/great-majority/KoikatuMCP/releases)下载最新版本 - 将ZIP文件解压到任意位置 - 包含KoikatuMCP.exe(单个可执行文件)
- 配置Claude Desktop
- 添加到您的claude_desktop_config.json配置文件中: ``json { "mcpServers": { "koikatu-mcp": { "command": "C:\\路径\\到\\KoikatuMCP.exe", "env": { "KKSTUDIOSOCKET_URL": "ws://127.0.0.1:8765/ws" } } } } ``
- 启动Koikatu Studio并确保KKStudioSocket已激活,然后启动Claude Desktop开始使用。
FAQ
- KoikatuMCP支持哪些游戏?
- KoikatuMCP支持Koikatu (KK)和Koikatsu Sunshine (KKS)两款游戏,但需要安装KKStudioSocket插件。
- 如何验证KoikatuMCP与Koikatu Studio之间的连接?
- 您可以要求AI助手执行'运行ping检查连接'命令,这将执行`koikatu-mcp:ping`命令来验证与KKStudioSocket的连接状态。
- 除了Claude,我还能使用其他AI助手配合KoikatuMCP吗?
- 是的,KoikatuMCP应该可以与任何能执行外部命令的MCP客户端配合使用。示例配置展示了Claude Desktop的设置方法,但可能也支持其他支持MCP的AI系统。
KoikatuMCP 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。