tamagotchi-mcp-server

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

  1. Create a virtual environment.
  2. Activate the virtual environment.
  3. Install the dependencies.
  4. Start the FastAPI server.
  5. 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.