Weather Forecast MCP Server
@shibing624
关于 Weather Forecast MCP Server
weather-forecast-server, MCP server, without api key, free. Get weather for cities around the world. 免费天气预报MCP工具。
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"weather-forecast-server": {
"command": "uv",
"args": [
"pip",
"install",
"weather-forecast-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
媒体与设计 分类下的更多 MCP 服务器
YouTube MCP Server
anaisbettsA Model-Context Protocol Server for YouTube
Design Systems Mcp
southleftI'm your specialized design systems assistant. Ask me about components, tokens, patterns, and best practices.
MCP Google Map Server
cablateA powerful Model Context Protocol (MCP) server providing comprehensive Google Maps API integration with LLM processing capabilities.

Google Maps
modelcontextprotocolModel Context Protocol Servers
YouTube Transcript Server
kimtaeyoon83This is an MCP server that allows you to directly download transcripts of YouTube videos.
评论