O
Openmeteo MCP
An Open-Meteo MCP server, built with Dedalus MCP.
创建于 3/13/2026
更新于 2 days ago
README
Repository documentation and setup instructions
OpenMeteo MCP Server
A Dedalus MCP server for the public Open-Meteo weather APIs.
Features
- Search places with Open-Meteo geocoding
- Fetch forecasts by coordinates
- Fetch forecasts directly by place name
- No upstream API key required for the public API
Usage
Run the server
uv run python src/main.py
Test locally
uv run python src/client.py
Available Tools
| Tool | Description |
|------|-------------|
| openmeteo_search_locations | Search locations by name |
| openmeteo_get_forecast | Get forecast data for coordinates |
| openmeteo_get_forecast_for_location | Search a location, then fetch its forecast |
API Reference
- Forecast API: open-meteo.com/en/docs
- Geocoding API: open-meteo.com/en/docs/geocoding-api
License
MIT
快速设置
此服务器的安装指南
安装包 (如果需要)
uvx openmeteo-mcp
Cursor 配置 (mcp.json)
{
"mcpServers": {
"dedalus-labs-openmeteo-mcp": {
"command": "uvx",
"args": [
"openmeteo-mcp"
]
}
}
}
作者服务器
其他服务器由 dedalus-labs