- Weather
Weather
个基于Go语言开发的天气查询MCP(Model Context Protocol)服务器,提供实时和未来天气信息查询功能。
Overview
What is Weather MCP Server?
Weather MCP Server is a weather query server developed in Go language that provides real-time and future weather information.
How to use Weather MCP Server?
To use the Weather MCP Server, you need to obtain an OpenWeatherMap API key, clone the project from GitHub, set the required environment variables, and configure the MCP client settings.
Key features of Weather MCP Server?
- 🌤️ Real-time weather queries
- 📍 Supports queries by city name and coordinates
- 🌍 Multi-language support (including Chinese)
- 🔧 Easy integration based on MCP protocol
- 🏗️ Follows Domain-Driven Design (DDD) principles
Use cases of Weather MCP Server?
- Querying current weather conditions for any city.
- Retrieving future weather forecasts for specified hours.
- Integrating weather data into applications using the MCP protocol.
FAQ from Weather MCP Server?
- Can I use Weather MCP Server for any location?
Yes! You can query weather information for any city or location using city names or coordinates.
- Is there a cost to use the Weather MCP Server?
The server is free to use, but you need an API key from OpenWeatherMap which may have usage limits.
- How accurate is the weather data provided?
The accuracy of the weather data depends on the OpenWeatherMap API, which is generally reliable.
Server Config
{
"mcpServers": {
"weather-mcp-server": {
"command": "go",
"args": [
"run",
"cmd/server/main.go"
],
"env": {
"OPENWEATHER_API_KEY": "your_openweather_api_key_here"
},
"cwd": "/path/to/weather-mcp-server"
}
}
}Project Info
Created At
10 months agoUpdated At
10 months agoAuthor Name
X-shuffleStar
-Language
-License
-Category
research-and-data
Recommend Servers
View AllPodstow
a day ago
Meteomatics
16 hours ago
Filesystem
@modelcontextprotocol
2 months ago
Runyay Mcp
15 hours ago