Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Taipei Zoo Guide (mcp-tw-zoo)What animals are in the African Animal Area?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🐼 台北動物園導覽 (mcp-tw-zoo)
這是一個基於 Model Context Protocol (MCP) 開發的伺服器,提供台北市立動物園的動物資訊查詢服務。 資料來源為 台北市政府資料開放平台。
✨ 功能 (Features)
搜尋動物 (Search Animals): 透過關鍵字(如「熊貓」、「企鵝」)查詢動物資訊。
區域導覽 (Area Guide): 列出特定區域(如「非洲動物區」)的所有動物。
詳細資訊 (Animal Details): 獲取動物的習性、分布、棲地與照片連結。
🛠️ 安裝與執行 (Installation)
前置需求
Python 3.10+
mcpSDKhttpx
1. 建立環境
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt2. 執行伺服器 (本機測試)
python src/server.py(伺服器將等待 stdio 輸入,不會有任何輸出,這是正常的)
🔌 客戶端配置 (Client Configuration)
🛠️ Dive Configuration
Type:
stdioCommand:
/absolute/path/to/project/.venv/bin/pythonArgs:
/absolute/path/to/project/src/server.py
(請將 /absolute/path/to/project/ 替換為您的實際路徑)
Claude Desktop
{
"mcpServers": {
"tw-zoo": {
"command": "/absolute/path/to/project/.venv/bin/python",
"args": [
"/absolute/path/to/project/src/server.py"
]
}
}
}📊 資料來源
📝 License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.