Weather MCP Server
@dsomel21
关于 Weather MCP Server
Example of creating MCP server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"weather": {
"command": "uv",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/weather",
"run",
"weather.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Weather MCP Server?
Weather MCP Server is a learning project exploring the Model Context Protocol (MCP). It integrates with the National Weather Service (NWS) API to provide weather alerts and forecasts. The server is designed for AI assistants that support MCP, such as Claude.
How to use Weather MCP Server?
Install dependencies (pip install mcp httpx or uv pip install mcp httpx) with Python 3.9+. Configure the server in your AI assistant (e.g., Claude Desktop or Cursor) using the provided JSON or command. Then ask the assistant to retrieve alerts or forecasts.
Key features of Weather MCP Server
get_alerts: Retrieves active weather alerts for a US state.get_forecast: Gets weather forecast for a latitude/longitude location.
Use cases of Weather MCP Server
- Ask an AI assistant for current weather alerts in a US state.
- Request a weather forecast at specific geographic coordinates.
FAQ from Weather MCP Server
What tools does Weather MCP Server provide?
Two tools: get_alerts for state‑based alerts and get_forecast for location‑based forecasts.
Which API does Weather MCP Server use?
It uses the free National Weather Service (NWS) API.
What are the required dependencies?
Python 3.9+, the httpx library, and the mcp library.
How do I configure Weather MCP Server in Claude Desktop?
Add a JSON block to your Claude Desktop configuration with the uv command pointing to the weather.py file.
How do I configure Weather MCP Server in Cursor?
Go to Cursor Settings → MCP Servers → Add MCP Server. Set Type to “Command” and the command to uv run /ABSOLUTE/PATH/TO/weather.py.
媒体与设计 分类下的更多 MCP 服务器
Figma MCP Server
TimHoldenModel Context Protocol server implementation for Figma API

Google Maps
modelcontextprotocolModel Context Protocol 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.
MCP Google Map Server
cablateA powerful Model Context Protocol (MCP) server providing comprehensive Google Maps API integration with LLM processing capabilities.
YouTube MCP Server
ZubeidHendricksMCP Server for YouTube API, enabling video management, Shorts creation, and advanced analytics
评论