A Model Context Protocol (MCP) server that enables AI assistants to control Koikatsu Studio through natural language commands.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"koikatumcp": {
"command": "npx",
"args": [
"-y",
"great-majority/KoikatuMCP"
]
}
}
}
Run in terminal:
claude mcp add koikatumcp npx -y great-majority/KoikatuMCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"koikatumcp": {
"command": "npx",
"args": [
"-y",
"great-majority/KoikatuMCP"
]
}
}
}