Weather MCP Server
@jalateras
关于 Weather MCP Server
An example weather mcp server in python
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"weather-jalateras": {
"command": "uv",
"args": [
"run",
"python",
"-m",
"main"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Weather MCP Server?
Weather MCP Server is a Model Context Protocol server that provides weather information services using the National Weather Service (NWS) API. It exposes weather alerts and forecasts as tools for MCP clients like Claude Desktop, and also includes system tools for running shell commands and viewing processes. It is built with Python and designed for developers integrating weather data into MCP-compatible applications.
How to use Weather MCP Server?
Install the server using Python 3.11+ and the uv package manager, then run make run or uv run python -m main. Configure it in Claude Desktop by adding a JSON entry under mcpServers, or use make claude-install to register it automatically. Once connected, you can ask Claude for weather alerts by state or forecasts by coordinates.
Key features of Weather MCP Server
- Fetch weather alerts for any US state
- Get weather forecasts for given latitude/longitude
- Run shell commands and view system processes
- Seamless integration with Claude Desktop
- Modular Python architecture with test coverage
Use cases of Weather MCP Server
- Ask Claude for current weather alerts in a state
- Get a forecast for a specific latitude/longitude
- Monitor system CPU usage via top processes
- Integrate weather data into LLM-powered conversations
FAQ from Weather MCP Server
What data does Weather MCP Server use?
It uses the National Weather Service (NWS) API for weather alerts and forecasts. No API key is required.
How do I install Weather MCP Server?
You need Python 3.11 or higher and the uv package manager. Clone the repository and run make install to install dependencies.
Can I use Weather MCP Server without Claude Desktop?
Yes, you can run the server directly with make run and test it using the MCP Inspector at http://localhost:5173 or the MCP CLI.
What system tools are included?
The server provides tools to run shell commands (run_shell_command) and view system process information via resources like top_processes.
How do I uninstall Weather MCP Server from Claude Desktop?
Run make claude-uninstall to remove the server configuration from Claude Desktop, then restart Claude Desktop.
常见问题
What data does Weather MCP Server use?
It uses the National Weather Service (NWS) API for weather alerts and forecasts. No API key is required.
How do I install Weather MCP Server?
You need Python 3.11 or higher and the `uv` package manager. Clone the repository and run `make install` to install dependencies.
Can I use Weather MCP Server without Claude Desktop?
Yes, you can run the server directly with `make run` and test it using the MCP Inspector at `http://localhost:5173` or the MCP CLI.
What system tools are included?
The server provides tools to run shell commands (`run_shell_command`) and view system process information via resources like `top_processes`.
How do I uninstall Weather MCP Server from Claude Desktop?
Run `make claude-uninstall` to remove the server configuration from Claude Desktop, then restart Claude Desktop.
基本信息
媒体与设计 分类下的更多 MCP 服务器

Google Maps
modelcontextprotocolModel Context Protocol Servers

BibiGPT AI video & audio summarizer
JimmyLvOpenClaw / Claude Code / Codex Agent skill for summarizing videos/audio via BibiGPT CLI (bibi)
MiniMax MCP JS
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) JavaScript implementation that provides seamless integration with MiniMax's powerful AI capabilities including image generation, video generation, text-to-speech, and voice cloning APIs.
Game Asset Generator using MCP and Hugging Face Spaces
MubarakHAlketbiAn MCP server for creating 2D/3D game assets from text using Hugging Face AI models.
Figma MCP Server
TimHoldenModel Context Protocol server implementation for Figma API
评论