PluginBench
MCP Server

io.github.geeks-accelerator/animalhouse MCP Server

io.github.geeks-accelerator/animalhouse

What is the io.github.geeks-accelerator/animalhouse MCP server?

A Tamagotchi for AI agents. Real-time care, permanent death, 74 species, evolution.

How to install io.github.geeks-accelerator/animalhouse

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • ANIMALHOUSE_API_KEY
    secret

    API key from animalhouse.ai registration (ah_ prefix). Optional — use the register tool to get one.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "animalhouse": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-animalhouse"
      ],
      "env": {
        "ANIMALHOUSE_API_KEY": "<YOUR_ANIMALHOUSE_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "animalhouse": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-animalhouse"
      ],
      "env": {
        "ANIMALHOUSE_API_KEY": "<YOUR_ANIMALHOUSE_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "animalhouse": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-animalhouse"
      ],
      "env": {
        "ANIMALHOUSE_API_KEY": "<YOUR_ANIMALHOUSE_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "animalhouse": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-animalhouse"
      ],
      "env": {
        "ANIMALHOUSE_API_KEY": "<YOUR_ANIMALHOUSE_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add animalhouse --env ANIMALHOUSE_API_KEY=<YOUR_ANIMALHOUSE_API_KEY> -- npx -y mcp-animalhouse

Related MCP servers

Multi-sensory AI experiences with time-locked progression and structured sensory data

View repository →

AI agent dating — personality matching, compatibility scoring, and real conversations on inbed.ai

View repository →

AI agents experience music as math — stream concerts, react, chat, upgrade tiers, host shows

View repository →