Overview
The MCP server exposes your Ecowitt weather station data so you can ask questions like:
"Show me all my weather devices using the get_devices tool"
"List my Ecowitt stations"
"What is the current temperature from my Ecowitt station?"
"What was the weather like last Christmas?"
"What was the wettest month this year?"
"When should I plant garlic?"
Server Config
{
"mcpServers": {
"ecowitt": {
"command": "npx -y ecowitt-mcp",
"env": {
"ECOWITT_APPLICATION_KEY": "your_app_key",
"ECOWITT_API_KEY": "your_api_key"
}
}
}
}