关于
The Weather Server is a simple Model Context Protocol (MCP) server designed to deliver real-time weather information to AI agents. It functions by offering a 'get-weather' tool that first converts city names into geographical coordinates via geocoding, then fetches current weather data from the free Open-Meteo API. The server returns this information as structured data, enabling AI agents to process and present it beautifully without requiring any API keys.
主要功能
- No API key required (uses Open-Meteo)
- Converts city names to coordinates for accurate weather fetching
- Works with GitHub Copilot and other MCP-compatible AI tools
- Real-time weather data for any city
- 51 GitHub stars
- Easy to test with MCP Inspector
使用案例
- Ask GitHub Copilot: "What's the weather like in Tokyo?"
- Inquire: "How's the weather in London today?"
- Request: "Give me the current weather for Paris"