tamagotchi-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tamagotchi-mcpcheck my pet's status"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Tamagotchi MCP
MCP server (stdio) that lets an LLM care for a virtual pet. Read-only web UI shows the pet's state in real time.
Setup
npm install
npm run buildRelated MCP server: Chess MCP Server
Usage
MCP server -- add to your MCP client config:
{
"mcpServers": {
"tamagotchi": {
"command": "node",
"args": ["/path/to/tamagotchi-mcp-2/dist/index.js"]
}
}
}Web UI -- run in a separate terminal:
node dist/server.js
# → http://localhost:3333Tools
Tool | Params | Effect |
| -- | Full state: stats, mood, age, recent actions |
|
| Restores hunger/happiness/health |
|
| Boosts happiness, costs energy |
| -- | +40 energy (requires energy < 60) |
| -- | +30 health (requires health < 70) |
|
| Changes pet name |
|
| Transforms pet, resets stats to 70 |
| -- | Revives dead pet, all stats to 50 |
Stat Decay
Hunger: -1 every 2 min
Happiness: -1 every 3 min
Energy: -1 every 4 min
Health: -1 every 5 min (only when hunger < 20)
Pet dies if hunger or health reaches 0.
Architecture
src/index.ts → MCP server (stdio), tool definitions
src/pet.ts → Game logic, types, decay, persistence
src/server.ts → HTTP server for web UI
data/pet.json → Persistent pet state
web/index.html → Pixel art UI (canvas sprites, CSS animations, polling)The web UI is read-only. All control happens through the LLM via MCP tools.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/misaelvillaverde/tamagotchi-mcp-2'
If you have feedback or need assistance with the MCP directory API, please join our Discord server