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.
Related MCP Servers
- AlicenseBqualityBmaintenanceEnables LLMs to interact with web pages, take screenshots, and execute JavaScript in a real browser environmentLast updated10369298MIT
- AlicenseAqualityCmaintenanceEnables Large Language Models to play chess agentically with real-time HTML board visualization and a hybrid AI engine featuring ten difficulty levels. It supports interactive games between users and agents, including a web dashboard to monitor active matches.Last updated4MIT
- Alicense-qualityBmaintenanceEnables AI agents to control a Live2D desktop pet's expressions and actions via MCP protocol.Last updatedMIT
- AlicenseAqualityCmaintenanceGive your AI agent a persistent pixel-art character that reflects its state in real time.Last updated42MIT
Related MCP Connectors
Persistent AI entity framework with causal memory, emotional state, and identity.
Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.
Persistent memory and knowledge graphs for AI agents. Hybrid search, context checkpoints, and more.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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