mcp-weather
@erhwenkuo
About mcp-weather
一個給 AI Agent 使用的 MCP Server 範例,用來取得美國各州的天氣預報與警示資訊
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-weather-erhwenkuo": {
"command": "uv",
"args": [
"run",
"server"
]
}
}
}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 mcp-weather?
mcp-weather is an MCP server example for AI agents to retrieve US weather forecasts and alerts. It integrates with the National Weather Service API and uses SSE transport for remote, decoupled access.
How to use mcp-weather?
Clone the repository, install dependencies with uv sync, then start the server with uv run server or via Docker. Connect using an MCP client (e.g., MCP Inspector) via SSE URL http://<host>:<port>/sse. The server exposes two tools: get_alerts and get_forecast. Host and port can be configured with command-line arguments.
Key features of mcp-weather
- Provides US weather forecasts and alerts
- SSE-based for remote, decoupled access
- Two tools: get_alerts and get_forecast
- Supports uv and Docker deployment
- Configurable host and port via command line
Use cases of mcp-weather
- AI agent fetching weather alerts for a US state
- AI agent retrieving forecast for specific coordinates
- Demonstrating SSE-based MCP server-client interaction
FAQ from mcp-weather
What transport does mcp-weather use?
SSE (Server-Sent Events), allowing the server to run as a remote process separate from the client.
What tools does mcp-weather provide?
Two tools: get_alerts for alerts by US state, and get_forecast for forecast by latitude/longitude.
How do I run mcp-weather?
Run with uv run server after installing dependencies, or build and run as a Docker container.
What are the system requirements?
Requires Python and uv runtime, or Docker. The examples use Ubuntu 24.04.
Is mcp-weather limited to US weather?
Yes, the tools are for US states and coordinates, using the National Weather Service API.
More Media & Design MCP servers
MiniMax MCP
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Vibe Design System
mondaycom🎨 Vibe Design System - Official monday.com UI resources for application development in React.js
YouTube Transcript MCP Server
jkawamotoMCP server retrieving transcripts of YouTube videos
YouTube Transcript Server
kimtaeyoon83This is an MCP server that allows you to directly download transcripts of YouTube videos.
KiCAD MCP: AI-Assisted PCB Design
mixelpixxKiCAD MCP is a Model Context Protocol (MCP) implementation that enables Large Language Models (LLMs) like Claude to directly interact with KiCAD for printed circuit board design.
Comments