weather-mcp-server-java

weather-mcp-server-java

3.2

If you are the rightful owner of weather-mcp-server-java and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A simple Model Context Protocol (MCP) server that provides weather information for any location.

The MCP Weather Server is a Java-based implementation of a Model Context Protocol server designed to provide weather information for any location. It leverages the free wttr.in weather API to fetch current weather data without requiring an API key. The server is compatible with Claude Desktop and other MCP clients, allowing seamless integration with AI assistants. Built using Java 17, Maven, and Spring Boot, the server operates in STDIO transport mode and can be easily started by the client. The project is open source and available under the MIT License, with further resources available for those interested in extending its capabilities or learning more about MCP.

Features

  • Provides current weather information for any location
  • Compatible with Claude Desktop and other MCP clients
  • Utilizes the free wttr.in weather API
  • Built with Java 17, Maven, and Spring Boot
  • Open source under the MIT License