Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Tw Pet

FreeNot checked

Enables searching for adoptable animals in Taiwan's public shelters and listing shelters.

GitHubEmbed

About

Enables searching for adoptable animals in Taiwan's public shelters and listing shelters.

README

這是一個專為台灣使用者設計的 MCP Server,提供全台公立動物收容所的待認養動物資訊查詢服務。資料來源為 政府資料開放平臺 (Agriculture Open Data)

This MCP server provides access to Taiwan's Public Animal Shelter adoption data.

Features (功能)

  • Search Animals (search_animals): 搜尋待認養動物 (貓、狗等)。支援依縣市、性別、體型篩選。
  • List Shelters (list_shelters): 列出目前有資料的收容所名單。

Installation

1. Clone & Install

git clone https://github.com/simonliu-moltbot/mcp-tw-pet.git
cd mcp-tw-pet
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Configuration

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tw-pet": {
      "command": "/absolute/path/to/mcp-tw-pet/.venv/bin/python",
      "args": ["/absolute/path/to/mcp-tw-pet/src/server.py"]
    }
  }
}

Dive

  • Type: stdio
  • Command: /absolute/path/to/mcp-tw-pet/.venv/bin/python
  • Args: /absolute/path/to/mcp-tw-pet/src/server.py

License

MIT

from github.com/simonliu-moltbot/mcp-tw-pet

Installing Tw Pet

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/simonliu-moltbot/mcp-tw-pet

FAQ

Is Tw Pet MCP free?

Yes, Tw Pet MCP is free — one-click install via Unyly at no cost.

Does Tw Pet need an API key?

No, Tw Pet runs without API keys or environment variables.

Is Tw Pet hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Tw Pet in Claude Desktop, Claude Code or Cursor?

Open Tw Pet on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Tw Pet with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs