An MCP server for Unity that lets AI verify implementations by performing tap, drag, and flick operations on the Game View.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"playcaller": {
"command": "npx",
"args": [
"-y",
"takashicompany/playcaller"
]
}
}
}
Run in terminal:
claude mcp add playcaller npx -y takashicompany/playcaller
Add to .cursor/mcp.json:
{
"mcpServers": {
"playcaller": {
"command": "npx",
"args": [
"-y",
"takashicompany/playcaller"
]
}
}
}