Weather Forecast MCP Server
@shibing624
About Weather Forecast MCP Server
weather-forecast-server, MCP server, without api key, free. Get weather for cities around the world. 免费天气预报MCP工具。
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"weather-forecast-server": {
"command": "uv",
"args": [
"pip",
"install",
"weather-forecast-server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Weather Forecast MCP Server?
It is a Model Context Protocol (MCP) server for retrieving weather information using the wttr.in service. It provides tools for accessing current weather conditions and forecasts for locations worldwide and can be integrated with MCP clients, including Claude and other LLM applications.
How to use Weather Forecast MCP Server?
Install via pip (pip install weather-forecast-server) or from source. Run as a standalone server with stdio transport using uvx weather-forecast-server or python -m weather_forecast_server. Then use with any MCP client that supports stdio transport. The available tool is get_weather, which returns current weather conditions for a location (up to 3 days).
Key features of Weather Forecast MCP Server
- Get current weather for any location
- Get multi-day weather forecasts (up to 3 days)
- Support for Chinese/English and other language location names
- Easy integration with MCP client applications
Use cases of Weather Forecast MCP Server
- Retrieve current weather for a city during a conversation with an LLM
- Get a 3-day forecast for travel planning
- Integrate weather data into AI-powered personal assistants
FAQ from Weather Forecast MCP Server
What data source does Weather Forecast MCP Server use?
It uses the wttr.in service for weather data.
What transport does the server support?
It supports stdio transport for integration with MCP clients.
How do I install Weather Forecast MCP Server?
Install via pip: pip install weather-forecast-server, or from source by cloning the repository.
What tool is available?
The server provides the get_weather tool to get current weather conditions for a location (up to 3 days).
Can I use location names in Chinese?
Yes, the server supports Chinese and English location names.
More Media & Design MCP servers
YouTube MCP Server
anaisbettsA Model-Context Protocol Server for YouTube
Image-Gen-Server
fengin一个能与Cursor集成的图片生成mcp server工具,实现调用即梦逆向接口
Tripadvisor MCP Server
pab1it0A Model Context Protocol (MCP) server for Tripadvisor Content API. This provides access to Tripadvisor location data, reviews, and photos through standardized MCP interfaces, allowing AI assistants to search for travel destinations and experiences.
YouTube Transcript Server
kimtaeyoon83This is an MCP server that allows you to directly download transcripts of YouTube videos.
Photoshop MCP Server
loonghaoA Model Context Protocol (MCP) server that interfaces with Adobe Photoshop's Python API. Enables LLMs to execute image editing operations, automate workflows, and manage Photoshop tasks through structured commands and context-aware interactions.
Comments