Connects to the AccuWeather API to pull live weather data into your Claude sessions. Built with Spring Boot and packaged as both a JAR and Docker container, it exposes MCP tools for location lookups and current conditions. You'll need an AccuWeather API key to run it. The implementation follows semantic versioning with conventional commits and includes Spotless formatting plus Checkstyle rules. Good fit if you're already working with AccuWeather data and want to query forecasts or conditions without leaving your AI workflow. The author notes future plans for caching based on API expiry headers and support for metric unit preferences.
claude mcp add --transport stdio jonjam-accuweather-mcp -- docker run -i --rm docker.io/jonjam/accuweather-mcp:1.4.11