Weather MCP Server
@devilcoder01
About Weather MCP Server
A simple minimal weather mcp server :)
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"weather-mcp-server-devilcoder01": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@devilcoder01/weather-mcp-server",
"--client",
"claude"
]
}
}
}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?
A Model Context Protocol (MCP) server for weather data, built with FastAPI. It provides weather-related tools that AI assistants can use to retrieve current conditions, forecasts, air quality, and more.
How to use Weather MCP Server?
Install via Smithery (npx -y @smithery/cli install @devilcoder01/weather-mcp-server --client claude) or manually with uv and a WeatherAPI key. Then run python main.py to start the server on http://localhost:8000.
Key features of Weather MCP Server
- Current weather conditions
- Weather forecasts (1-14 days)
- Historical weather data
- Weather alerts
- Air quality information
- Astronomy data (sunrise, sunset, moon phases)
Use cases of Weather MCP Server
- Retrieving current weather for a location
- Obtaining multi-day weather forecasts
- Checking air quality index
- Accessing historical weather records
- Receiving weather alerts
FAQ from Weather MCP Server
What are the requirements for Weather MCP Server?
Python 3.13+, the uv package manager, and a WeatherAPI key.
How do I install Weather MCP Server?
You can install automatically via Smithery or manually by cloning the repo, creating a virtual environment with uv, installing dependencies, and adding your API key to a .env file.
How do I run Weather MCP Server?
Run python main.py in the project root; the server starts on http://localhost:8000 by default.
What data source does Weather MCP Server use?
It uses the WeatherAPI service for all weather data.
What license does Weather MCP Server use?
It is licensed under the MIT License.
Frequently asked questions
What are the requirements for Weather MCP Server?
Python 3.13+, the `uv` package manager, and a WeatherAPI key.
How do I install Weather MCP Server?
You can install automatically via Smithery or manually by cloning the repo, creating a virtual environment with `uv`, installing dependencies, and adding your API key to a `.env` file.
How do I run Weather MCP Server?
Run `python main.py` in the project root; the server starts on `http://localhost:8000` by default.
What data source does Weather MCP Server use?
It uses the WeatherAPI service for all weather data.
What license does Weather MCP Server use?
It is licensed under the MIT License.
Basic information
More Media & Design MCP servers
Image-Gen-Server
fengin一个能与Cursor集成的图片生成mcp server工具,实现调用即梦逆向接口

BibiGPT AI video & audio summarizer
JimmyLvOpenClaw / Claude Code / Codex Agent skill for summarizing videos/audio via BibiGPT CLI (bibi)
SVGator
SVGatorDrive your SVGator account from any AI assistant. Prompt an animation, get an editable project back, and export it as SVG, Lottie, GIF, MP4, and more, then open it in the editor to finish by hand.
MCP Figma to React Converter
StudentOfJSMCP server for converting Figma designs to React components
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