weather-mcp-server-java
1
The MCP Weather Server is a Java-based application that implements the Model Context Protocol, allowing the retrieval of weather information for any location. It integrates seamlessly with Claude Desktop and uses the wttr.in API without needing an API key.
MCP Weather Server - Java implementation
A simple Model Context Protocol (MCP) server that provides weather information for any location.
Project Features
- Get current weather information for any location
- Compatible with Claude Desktop and other MCP clients
- Uses the free wttr.in weather API (no API key required)
Project Requirements
- Java 17 or later
- Maven 3.6 or later
- Spring Boot 3.3.x or later
- Claude for Desktop for AI assistant integration (used as an MCP Client)
Usage
- Execute the jar file to start the MCP server.
- Integrate with Claude Desktop by configuring the necessary settings for interaction.
Extending the server
- Adding more weather-related tools
- Implementing other MCP capabilities
- Using a different weather API with more features.