Content
# mcp-server-taiwan-aqi
Get current and past 24 hours air quality monitoring station data of Taiwan (R.O.C).
# Usage
1. [Download PHP 8.2.x](https://www.php.net/downloads.php#v8.2.28)
2. Download the packaged file and unzip it.
3. Modify `claude_desktop_config.json`
```
{
"mcpServers": {
"taiwanaqi": {
"command": "php",
"args": [
"D:\\[YOUR_PATH_FOLDER]\\client.php",
"api_key=YOUR_API_KEY"
]
}
}
```
Change `YOUR_PATH_FOLDER` to the path where you unzipped the file in the previous step.
4. Restart the Claude Desktop application.
5. Restart and refer to the [official documentation](https://modelcontextprotocol.io/quickstart/user) to confirm that you see the following Tools:
* aqi-health-guidance
* aqi-query
* aqi-query-recent
Connection Info
You Might Also Like
MarkItDown MCP
Converting files and office documents to Markdown.
Filesystem
Model Context Protocol Servers
Sequential Thinking
Offers a structured approach to dynamic and reflective problem-solving,...
TrendRadar
🎯 Say goodbye to information overload. AI helps you understand news hotspots...
Github
GitHub's official MCP Server
opik
Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic...