Weather
Serves real-time weather data and forecasts via the Model Context Protocol (MCP).
About
The Weather MCP server offers a robust solution for accessing current weather conditions and hourly forecasts for any specified city. Built with a modular architecture in TypeScript, it's designed to be easily extensible to include various other data sources like news, finance, or sports. Utilizing standard input/output (Stdio) for communication, this server integrates seamlessly with MCP-compliant clients and AI assistants like Claude Desktop, providing a reliable and standardized way to fetch diverse real-world data.
Key Features
- Full MCP Protocol Compliance for standardized communication
- TypeScript Support for enhanced type safety and maintainability
- Real-time Weather Data for current conditions and forecasts
- Stdio Transport for simple and reliable communication
- 0 GitHub stars
- Modular Architecture for easy extension to new data services
Use Cases
- Extending existing applications with external data sources like news, finance, and sports (planned features)
- Developing and debugging MCP-based data services using the MCP Inspector
- Integrating real-time weather data into AI assistant workflows and applications