Tamagotchi MCP Server
@wai-imyen
关于 Tamagotchi MCP Server
實作簡易的 Tamagotchi MCP Server,模擬電子雞遊戲
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"tamagotchi-mcp-server": {
"command": "python3",
"args": [
"-m",
"venv",
"tamagotchi-mcp-env"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Tamagotchi MCP Server?
Tamagotchi MCP Server is a simple Model Context Protocol server that simulates a virtual pet (Tamagotchi) game. It allows you to raise a digital pet by issuing natural language commands through an MCP client like Claude Desktop.
How to use Tamagotchi MCP Server?
Set up a Python 3.11 virtual environment, install dependencies from requirements.txt, and start the FastAPI server with uvicorn tamagotchi:app --host 0.0.0.0 --port 8000. Then configure Claude Desktop to point to the server script. Once configured, you can interact with your virtual pet using commands such as “幫小雞取名字” (name the chick) or “餵小雞吃飯” (feed the chick).
Key features of Tamagotchi MCP Server
- Name your virtual pet chick.
- Check the pet’s current status.
- Shake the egg to hatch.
- Feed, play, and rest with the pet.
- Bathe, clean, and take the pet to the vet.
- Reset the game at any time.
Use cases of Tamagotchi MCP Server
- Learning how to build and deploy an MCP server.
- Demonstrating MCP integration with Claude Desktop.
- Prototyping a simple virtual pet game with AI interaction.
- Experimenting with stateful game logic inside MCP.
FAQ from Tamagotchi MCP Server
What does Tamagotchi MCP Server do?
It simulates a virtual pet you can raise by sending commands through an MCP client. Actions include naming, feeding, playing, and cleaning.
What are the prerequisites?
Python 3.11 and the uvicorn ASGI server are required.
How do I start the server?
Run uvicorn tamagotchi:app --host 0.0.0.0 --port 8000 after installing dependencies.
How can I interact with the virtual pet?
Use the listed basic actions such as “查看小雞狀況” (check status) or “跟小雞玩” (play with the chick) via Claude Desktop.
How do I reset the game?
Use the “重置遊戲” (reset game) command to start over.
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

EverArt
modelcontextprotocolModel Context Protocol Servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
评论