What is mcp-server-taiwan-aqi: Real-Time AQI & 24hr Environmental Insights?
This tool provides instant access to Taiwan's air quality data from official monitoring stations, including real-time AQI readings and 24-hour historical trends. Designed for environmental analysis and health decision-making, it aggregates data in a structured format for seamless integration with AI platforms like Claude Desktop.
How to use mcp-server-taiwan-aqi: Real-Time AQI & 24hr Environmental Insights?
- Install PHP 8.2.x (download link)
- Extract the downloaded package and adjust the
claude_desktop_config.json
file: - Restart Claude Desktop and verify availability of these tools: aqi-health-guidance, aqi-query, aqi-query-recent
{
"mcpServers": {
"taiwanaqi": {
"command": "php",
"args": [
"[YOUR_ADJUSTED_PATH]\\client.php",
"api_key=YOUR_API_KEY"
]
}
}
}