mcp-server-get-weather
0
Weather MCP Server offers global weather information via a simple API utilizing the Model Context Protocol. It's designed for easy integration with AI assistants and is implemented in a simple and lightweight manner.
Overview
Weather MCP Server provides weather information for cities around the world through a simple API interface. Using Model Context Protocol (MCP), it integrates with AI assistants and MCP-compatible applications.
Features
- Get current weather conditions by city name
- Returns temperature, weather description, humidity, and wind speed
- Fallback to generated data if external API is unavailable
- Simple and lightweight implementation
Tech Stack
- TypeScript
- Node.js
- MCP SDK (@modelcontextprotocol/sdk)
- Zod for validation
Usage
Start the server.
API Reference
get_weather
Gets weather information for a specified city.