mcp-server-fetch-wttr
A Model Context Protocol (MCP) server that fetches weather data from wttr.
Documentation
# Fetch weather from the wttr MCP Server
A Model Context Protocol (MCP) server that fetches weather data from wttr, with reference code from the duckduckgo-mcp-server.
## Installation
### Installing via docker
./build_docker_image.sh## Usage
With following configuration:
{
"mcpServers": {
"web_fetch_wttr": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"--init",
"web_fetch_wttr:1.0.0"
]
}
}
}## Available Tools
### 1. Tool to get current weather
async def get_current_weather(city_name: str, ctx: Context) -> str### 2. Tool to get three day's weather
async def get_three_day_weather(city_name: str, ctx: Context) -> str## Testing
Tested by ollama models: llama3.2:3b-instruct-q2_K, qwen3:0.6b, qwen3:1.7b
Frequently asked questions
What is mcp-server-fetch-wttr?
mcp-server-fetch-wttr is A Model Context Protocol (MCP) server that fetches weather data from wttr.
How do I install mcp-server-fetch-wttr?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-server-fetch-wttr open source?
Yes — it is hosted on GitHub at https://github.com/melody26613/mcp-server-fetch-wttr and has 2 stars.
Related MCP tools
Cognee is the open-source AI memory platform for agents. Give your AI agents persistent long-term memory across sessions with a self-hosted knowledge graph engine.
Automate browser based workflows with AI
Hindsight: Agent Memory That Learns
A privacy-first app that strips AI watermarks from content you own.
Agent framework and applications built upon Qwen>=3.0, featuring Function Calling, MCP, Code Interpreter, RAG, Chrome extension, etc.
The power of Claude Code / GeminiCLI / CodexCLI + [Gemini / OpenAI / OpenRouter / Azure / Grok / Ollama / Custom Model / All Of The Above] working as one.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP