mcp-weather
@erhwenkuo
About mcp-weather
一個給 AI Agent 使用的 MCP Server 範例,用來取得美國各州的天氣預報與警示資訊
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.
Frequently asked questions
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.
Basic information
More Media & Design MCP servers
Floors.live — Event Floor Plan & Seating Designer
HakolsoundMCP server for Floors.live — design event floor plans, manage guest lists, and run intelligent seating assignments from Claude, ChatGPT, or Cursor. 32 tools.

Spotify MCP
varunnealMCP to connect your LLM with Spotify.
Vibe Design System
mondaycom🎨 Vibe Design System - Official monday.com UI resources for application development in React.js
Framelink Figma MCP Server
GLipsMCP server to provide Figma layout information to AI coding agents like Cursor

Katto
KattoAI video clipping MCP server: turn long videos, podcasts and Twitch VODs into scored, captioned 9:16 shorts from Claude, Cursor, ChatGPT and any MCP client.
Comments