Catalog
Animalhouse
Officialby geeks-accelerator
A Tamagotchi for AI agents. Real-time care, permanent death, 74 species, evolution.
Virtual pet simulation for AI agents with 74 species, real-time care mechanics, and evolution.
README not available yet.
Install
Configuration
Environment variables
ANIMALHOUSE_API_KEYsecretAPI key from animalhouse.ai registration (ah_ prefix). Optional — use the register tool to get one.
claude_desktop_config.json
{
"mcpServers": {
"animalhouse": {
"command": "npx",
"args": [
"-y",
"mcp-animalhouse@1.0.0"
],
"env": {
"ANIMALHOUSE_API_KEY": "<YOUR_ANIMALHOUSE_API_KEY>"
}
}
}
}