Ecowitt
About
Ecowitt is an MCP server that provides tools and resources for accessing data from Ecowitt weather stations and sensors. It allows users to retrieve device lists, real-time sensor readings, and historical weather data.
Details
- Author
- brendo
- Downloads
- 190
- Categories
- Other
Jump to
- List all connected Ecowitt devices and sensors
- Retrieve real-time weather data from a specific device
- Access historical weather data for analysis
- Provide the current datetime for time-aware AI interactions
- Browse available devices and their details via resources
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
EcowittCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Interact with the server using the exposed tools and resources. The server provides endpoints to list devices, fetch real-time or historical data, and obtain the current datetime for accurate time context.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"ecowitt": {
"ecowitt": {
"command": "npx -y ecowitt-mcp",
"env": {
"ECOWITT_APPLICATION_KEY": "your_app_key",
"ECOWITT_API_KEY": "your_api_key"
}
}
}
}
}
McpServers
{
"ecowitt": {
"command": "npx -y ecowitt-mcp",
"env": {
"ECOWITT_APPLICATION_KEY": "your_app_key",
"ECOWITT_API_KEY": "your_api_key"
}
}
}
Available Tools
- get_devices - Get all your weather stations and sensors
- get_device_realtime_info - Get realtime data for a specific device
- get_device_historical_info - Get historical data for a specific device
- get_current_datetime - Because AI needs a little help knowing exactly when it is.
Available Resources
- resources/list - List all available Ecowitt devices
- resources/read - Get full details for a specific device
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



