Control Virt-A-Mate from any MCP client: an in-process MCP server shipped as a BepInEx plugin (63 tools)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"vammcp": {
"command": "npx",
"args": [
"-y",
"Rorical/VaMMCP"
]
}
}
}
Run in terminal:
claude mcp add vammcp npx -y Rorical/VaMMCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"vammcp": {
"command": "npx",
"args": [
"-y",
"Rorical/VaMMCP"
]
}
}
}