tamagotchi-mcp-server
1
This project is a Tamagotchi MCP Server, designed to simulate a virtual pet game. It allows users to interact with a digital pet through various actions like feeding, playing, and resting the pet.
Tamagotchi MCP Server
A simple Tamagotchi MCP Server that simulates a virtual pet game.
Prerequisites
- Python 3.11
- Uvicorn
Setup
- Create a virtual environment.
- Activate the virtual environment.
- Install the dependencies.
- Start the FastAPI server.
- Configure Claude Desktop.
Usage
- Name the pet
- Check pet status
- Shake the egg
- Feed the pet
- Play with the pet
- Let the pet rest
- Bathe the pet
- Take the pet to the doctor
- Clean the pet's nest
- Reset the game
Implementation
For implementation details, see the example of using an electronic pet simulation game as an MCP Server.