mgaydash/mcp-server-weather
If you are the rightful owner of mcp-server-weather and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP Server Using Python and the Open-Meteo API provides weather data through a model context protocol server.
Weather MCP Server
A Model Context Protocol (MCP) server that provides weather data and forecasting capabilities using the Open-Meteo API.
Overview
This project implements an MCP server that enables Claude Desktop to fetch current weather conditions and forecasts for any location. Built with Python and the FastMCP framework, it exposes weather data through tools that Claude can automatically invoke during conversations.
Tutorial
This project follows the Building MCP Servers for Claude Desktop tutorial, demonstrating how to create custom MCP servers that extend Claude's capabilities with external data sources.
Testing
- Run the application in dev mode with
mcp dev server.py - Use the MCP Inspector at
http://localhost:6274to test tools and view responses interactively.