The Taiwan Air Quality Monitoring MCP Server is a specialized tool designed to fetch and provide current and past 24-hour air quality monitoring station data for Taiwan (R.O.C). This implementation integrates seamlessly with Claude Desktop applications, enabling users to access real-time and historical air quality information effortlessly.
aqi-health-guidance
, aqi-query
, and aqi-query-recent
for enhanced functionality.To set up the Taiwan Air Quality Monitoring MCP Server, follow these steps:
Download PHP 8.2.x: Ensure you have PHP 8.2.x installed on your system. You can download it from the official PHP website.
Download and Extract Files: Download the pre-packaged files and extract them to your desired directory.
Modify Configuration File: Edit the claude_desktop_config.json
file to include the following configuration:
json
{
"mcpServers": {
"taiwanaqi": {
"command": "php",
"args": [
"D:\\[YOUR_PATH_FOLDER]\\client.php",
"api_key=YOUR_API_KEY"
]
}
}
}
Replace [YOUR_PATH_FOLDER]
with the path to the directory where you extracted the files.
Restart Claude Desktop: Restart the Claude Desktop application to apply the changes.
Verify Tools: After restarting, ensure that the following tools are available in your Claude Desktop application:
aqi-health-guidance
aqi-query
aqi-query-recent
Once configured, you can use the Taiwan Air Quality Monitoring MCP Server to:
- Query real-time air quality data.
- Access historical air quality data from the past 24 hours.
- Receive health guidance based on current air quality conditions.
No packages have been published for this repository.
For more information or to report issues, visit the repository.