weather-MCP-server
Verified Safeby MadanReddy6
Overview
This server provides a tool to fetch current weather information for a specified location using the OpenWeatherMap API.
Installation
python weather_server.pyEnvironment Variables
- OPENWEATHER_API_KEY
Security Notes
The API key (OPENWEATHER_API_KEY) is properly loaded from environment variables via python-dotenv, preventing hardcoding of secrets. No 'eval' or similarly dangerous functions are used. Network requests are made using the standard 'httpx' library. The application appears secure for its intended purpose.
Similar Servers
mcp-weather-bot
Provides real-time weather information to AI agents (like Claude/Cursor) via a FastMCP server.
WeatherApi_MCP_server
The server provides programmatic access to current weather conditions and forecasts for specified cities using the WeatherAPI.com service.
mcp_server_test
This server provides a weather forecasting tool that fetches current and hourly weather data for specified geographical coordinates.
mcp_server_weather_yechan
This server provides a tool to fetch current weather data for a specified geographical location using an external, public API.