loading…
Search for a command to run...
loading…
A cross-platform MCP server that provides weather forecasts by coordinates, location name, or IP address without requiring API keys. It leverages Open Meteo and
A cross-platform MCP server that provides weather forecasts by coordinates, location name, or IP address without requiring API keys. It leverages Open Meteo and OpenStreetMap to deliver fast, single-query weather lookups.
A simple, cross-platform MCP server for weather and weather forecasts. Originates from Nipun Haldar's weather-mcp-server.
get_forecast_latlong(latitude, longitude): Weather by coordinatesget_forecast(location): Weather by location nameget_local_forecast(): Weather by current location{
"simple-weather-mcp": {
"args": [
"--from",
"git+https://github.com/markmehere/simple-weather-mcp.git",
"simple-weather-mcp"
],
"command": "uvx"
}
}
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"simple-weather-mcp": {
"command": "npx",
"args": []
}
}
}