tamagotchi-mcp-server
實作簡易的 Tamagotchi MCP Server,模擬電子雞遊戲
Documentation
Tamagotchi MCP Server
實作一個簡易的 Tamagotchi MCP Server,模擬養電子雞的遊戲。
Prerequisites
- Python 3.11
- uvicorn
Setup
1. 建立虛擬環境
python3 -m venv tamagotchi-mcp-env2. 使用虛擬環境
source tamagotchi-mcp-env/bin/activate3. 安裝依賴套件
pip install -r requirements.txt4. 啟動 FastAPI 伺服器
uvicorn tamagotchi:app --host 0.0.0.0 --port 80005. 配置 Claude Desktop
{
"mcpServers": {
"tamagotchi-mcp-server": {
"command": "/path/to/your/tamagotchi-mcp-server/tamagotchi-mcp-env/bin/python3",
"args": ["/path/to/your/tamagotchi-mcp-server/server.py"]
}
}
}Usage
基本動作
- 「幫小雞取名字」
- 「查看小雞狀況」
- 「搖晃蛋」
- 「餵小雞吃飯」
- 「跟小雞玩」
- 「讓小雞休息」
- 「幫小雞洗澡」
- 「帶小雞看醫生」
- 「清理小雞的窩」
- 「重置遊戲」
Implementation
Frequently asked questions
What is tamagotchi-mcp-server?
tamagotchi-mcp-server is 實作簡易的 Tamagotchi MCP Server,模擬電子雞遊戲
How do I install tamagotchi-mcp-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is tamagotchi-mcp-server open source?
Yes — it is hosted on GitHub at https://github.com/wai-imyen/tamagotchi-mcp-server and has 1 stars.
Related MCP tools
Damn Vulnerable MCP Server Python-based implementation. Trusted by 1200+ developers. Trusted by 1200+ developers. Trusted by 1200+ developers.
A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases Python-based implementation. Trusted by 900+ developers.
Query MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning...
Model Context Protocol with Neo4j Python-based implementation. Trusted by 700+ developers. Trusted by 700+ developers. Trusted by 700+ developers.
An MCP server that provides control over Android devices via adb Python-based implementation. Trusted by 500+ developers.
A Model Context Protocol (MCP) server for PostgreSQL databases with enhanced capabilities for AI agents. Python-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP