Wttr Weather
Fetches weather data from the wttr.in service.
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
Related Servers
TMDB MCP Server
Access movie information, search, and recommendations from The Movie Database (TMDB) API.
MCP Servers Search
Search and discover available MCP servers from the official repository.
Dartpoint
Access public disclosure information for Korean companies (DART) using the dartpoint.ai API.
Caltrain MCP Server
Provides real-time Caltrain schedule information using GTFS data.
arXiv LaTeX
Fetches and processes arXiv papers using LaTeX source for accurate equation handling.
Unsplash
Search for pictures on Unsplash using the Unsplash API.
Weather MCP Server
Query 24-hour weather forecasts and city information by city name or coordinates.
鸣潮 MCP Server
Retrieves character and artifact information from the game Wuthering Waves (鸣潮) as Markdown, optimized for large language models.
LLM Jukebox
Search, download, and extract information from YouTube music videos.
DuckDuckGo Search
Perform web searches using the DuckDuckGo Search API.