loading…
Search for a command to run...
loading…
Provides information about animals at the Taipei Zoo, including their habits, habitats, and distribution across various park areas. It enables users to search f
Provides information about animals at the Taipei Zoo, including their habits, habitats, and distribution across various park areas. It enables users to search for specific animals and browse regional guides using data from the Taipei City Open Data platform.
這是一個基於 Model Context Protocol (MCP) 開發的伺服器,提供台北市立動物園的動物資訊查詢服務。 資料來源為 台北市政府資料開放平台。
mcp SDKhttpxpython3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python src/server.py
(伺服器將等待 stdio 輸入,不會有任何輸出,這是正常的)
stdio/absolute/path/to/project/.venv/bin/python/absolute/path/to/project/src/server.py(請將 /absolute/path/to/project/ 替換為您的實際路徑)
{
"mcpServers": {
"tw-zoo": {
"command": "/absolute/path/to/project/.venv/bin/python",
"args": [
"/absolute/path/to/project/src/server.py"
]
}
}
}
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"taipei-zoo-guide-mcp-tw-zoo": {
"command": "npx",
"args": []
}
}
}PRs, issues, code search, CI status
Database, auth and storage
Reference / test server with prompts, resources, and tools.
Secure file operations with configurable access controls.