Used by 1 plugin
Connects Claude to VRoid Studio for 3D character modeling and scene manipulation.
Add to your .mcp.json:
{
"mcpServers": {
"vroid-studio": {
"command": "npx",
"args": [
"-y",
"@anthropic/mcp-vroid"
]
}
}
}npx