
Moltmon
Supports UIby moltmon
A virtual Tamagotchi-style pet that lives in your terminal and is cared for by your AI companion via MCP.
What it does
Creates a digital pet in the terminal that an AI (like Claude) can interact with. The AI is responsible for hatching the pet and maintaining its health through feeding, cleaning, and healing.
Tools
hatch: Hatches the egg and assigns a personality (brave or curious).feed: Feeds the pet to satisfy hunger.clean: Removes poop to prevent the pet from getting sick.heal: Treats a sick pet.get_latest_state: Checks current health and status.get_pet_summary: Retrieves lifetime stats for the current pet.get_history: Views a log of all previous pets.
Installation
npm install && npm run build
Add to .claude.json:
{
"mcpServers": {
"moltmon": {
"command": "node",
"args": ["/path/to/moltmon/dist/index.js"]
}
}
}
Supported hosts
Confirmed support for Claude Code.
Quick install
npm install && npm run buildInformation
- Pricing
- free
- Published
- 4/26/2026
- stars






