🌦️ Weather MCP Server
@yestarz
About 🌦️ Weather MCP Server
a mcp server for get weather.use python
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-weather-python": {
"command": "docker",
"args": [
"pull",
"bellababy/mcp-server-weather-python:1.0.0"
]
}
}
}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 MCP Server?
It is an MCP-based weather information server that retrieves real-time meteorological data via the QWeather API. It provides detailed weather information including temperature, humidity, wind speed, and precipitation.
How to use 🌦️ Weather MCP Server?
Deploy via Docker using the image bellababy/mcp-server-weather-python:1.0.0 and set the WEATHER_API_KEY environment variable with your QWeather API key. Run the container exposed on port 8000, then configure the server in CherryStudio with address http://your-server-ip:8000 using SSE mode.
Key features of 🌦️ Weather MCP Server?
- Get real-time weather for specified cities
- Integrates with QWeather API
- Provides temperature, humidity, wind speed, precipitation
Use cases of 🌦️ Weather MCP Server?
- Ask for current weather in a city during a chat
- Integrate live weather data into AI assistant workflows
- Automate weather retrieval for applications
- Display detailed weather metrics like humidity and wind speed
FAQ from 🌦️ Weather MCP Server?
What is required to run the server?
Python 3.13.2, Docker (optional), and a QWeather API key.
How do I deploy it with Docker?
Pull the image and run the container with WEATHER_API_KEY set and port 8000 mapped.
How do I configure it in CherryStudio?
Set the server address to http://your-server-ip:8000 and choose SSE mode in the MCP server settings.
What weather data does the server provide?
Real-time data including temperature, humidity, wind speed, and precipitation.
What license does the project use?
MIT License.
More Media & Design MCP servers
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.
Vibe Design System
mondaycom🎨 Vibe Design System - Official monday.com UI resources for application development in React.js
Figma MCP Server
TimHoldenModel Context Protocol server implementation for Figma API
NS Travel Information MCP Server
r-huijtsA Model Context Protocol (MCP) server that provides access to NS (Dutch Railways) travel information through Claude AI. This server enables Claude to fetch real-time train travel information and disruptions using the official Dutch NS API.

Google Maps
modelcontextprotocolModel Context Protocol Servers
Comments