@cynosure-mcp/weather
v1.0.2
Published
MCP server that fetches current weather and forecasts using the free Open-Meteo API
Maintainers
Readme
@cynosure-mcp/weather
MCP server for fetching current weather and forecasts using the free Open-Meteo API. No API key required.
Installation
npx @cynosure-mcp/weatherOr install globally:
npm install -g @cynosure-mcp/weather
weatherTools
| Tool | Description |
| ---------------------- | ---------------------------------------------------------------- |
| get_current_weather | Get current weather conditions (by location name or coordinates) |
| get_weather_forecast | Get a multi-day weather forecast |
Configuration
No configuration required — uses the free Open-Meteo API.
MCP Config
{
"mcpServers": {
"weather": {
"command": "npx",
"args": ["@cynosure-mcp/weather"]
}
}
}License
MIT
