Weather Server icon

Weather Server

Provides current weather information and forecasts through a Model Context Protocol server.

关于

This TypeScript-based Model Context Protocol (MCP) server offers a straightforward way to access weather data. It includes a `weather://` URI resource for fetching real-time conditions like temperature, humidity, and wind speed. Additionally, it provides a `get_forecast` tool, enabling users to retrieve multi-day weather forecasts for specified cities and durations, making it ideal for integrating weather insights into various applications and AI agents.

主要功能

  • Access current weather conditions via a dedicated `weather://` URI resource
  • Built with TypeScript, demonstrating core MCP concepts for easy development
  • 0 GitHub stars
  • Retrieve multi-day weather forecasts using the `get_forecast` tool
  • Current weather data includes temperature, conditions, humidity, and wind speed
  • The `get_forecast` tool supports specifying city name and forecast duration (1-5 days)

使用案例

  • Integrating real-time and forecasted weather data into AI agents or LLM applications
  • Developing custom applications that require external weather information
  • Learning and experimenting with Model Context Protocol server implementations
Advertisement

Advertisement