Weather MCP Server
@AlexanderLyon
About Weather MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"weather-mcp-server-alexanderlyon": {
"command": "uv",
"args": [
"venv"
]
}
}
}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?
Weather MCP Server is a Model Context Protocol (MCP) server that provides the current weather for any location. It uses the Open‑meteo API to fetch weather data. The server is designed for developers who want to integrate weather lookups into MCP‑compatible applications, such as AI assistants or workflow tools.
How to use Weather MCP Server?
Set up the server using uv (Python package manager). Create a virtual environment with uv venv, activate it, and install dependencies with uv sync. For testing, run mcp dev server.py. To integrate with Claude Desktop, add a configuration entry to claude_desktop_config.json pointing to the server script.
Key features of Weather MCP Server
- Provides current weather for any location
- Uses the free Open‑meteo API (no registration required)
- Built on the Model Context Protocol standard
- Simple integration with Claude Desktop
- Python‑based with
uvfor dependency management
Use cases of Weather MCP Server
- Query current weather during AI‑powered conversations
- Automate weather checks in MCP‑enabled workflows
- Embed weather data into custom assistant tools
- Get location‑based weather without manual API calls
FAQ from Weather MCP Server
What does Weather MCP Server do exactly?
It returns the current weather (e.g., temperature, conditions) for any given location by querying the Open‑meteo API, all through the Model Context Protocol.
How do I install and run Weather MCP Server?
Use uv to create a virtual environment (uv venv), activate it, then run uv sync to install dependencies. Start the server with mcp dev server.py for local testing.
Can I use Weather MCP Server with Claude Desktop?
Yes. Add a configuration block to your claude_desktop_config.json file specifying the uv command and the path to server.py, as shown in the README.
What are the runtime dependencies?
Python, the uv package manager, and the MCP Python library (mcp[cli]). All are installed automatically via uv sync.
Does Weather MCP Server require an API key?
The README does not mention any API key. It uses the Open‑meteo API, which is publicly available without authentication.
More Media & Design MCP servers
Spotify MCP Server
marcelmaraisLightweight MCP server for Spotify

Spotify MCP
varunnealMCP to connect your LLM with Spotify.
Figma MCP Server
JayArrowzFigma MCP Server with full API functionality

BibiGPT AI video & audio summarizer
JimmyLvOpenClaw / Claude Code / Codex Agent skill for summarizing videos/audio via BibiGPT CLI (bibi)
YouTube Transcript Server
kimtaeyoon83This is an MCP server that allows you to directly download transcripts of YouTube videos.
Comments