MCP-Server-Building
Verified Safeby sabariganesan25
Overview
This project provides a lightweight Python MCP server for Claude Desktop to retrieve weather alerts and forecasts from the National Weather Service API.
Installation
No command providedSecurity Notes
The server executes local Python code via `uv` and makes external network requests to the National Weather Service API using `httpx`. There are no explicit indicators of `eval` or obfuscation in the provided README. The primary security consideration is trusting the content of `weather.py` itself and the configured `command` and `args` in `claude_desktop_config.json` to prevent arbitrary code execution.
Similar Servers
Weather-MCP-Server
Provides comprehensive weather information and tools via a Model Context Protocol (MCP) server using FastMCP and WeatherAPI.com.
prk-mcp-weather-matcher
This project demonstrates converting a function to an MCP server, integrating it with an MCP client like Claude Code Desktop to fetch weather information.
Weather_MCP_Server
Provides current weather, forecast, and severe weather alerts for supported cities to Claude Desktop via the Model Context Protocol (MCP).
weather-mcp-server
This server provides a tool for Large Language Models (LLMs) to query real-time weather information for specified locations using the AMap API.