aliafsahnoudeh/wildfire-mcp-server
MCP server for detecting, monitoring, and analyzing potential wildfires globally using multiple data sources including NASA FIRMS, OpenWeatherMap, and Google Earth Engine.
Quick Start
Clone the repository:
git clone https://github.com/aliafsahnoudeh/wildfire-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"wildfire-mcp-server": {
"command": "npx",
"args": [
"-y",
"aliafsahnoudeh/wildfire-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.