weather-location-mcp-server

Sousam2002/weather-location-mcp-server
★ 0 stars TypeScript API Integration Updated today
Beginner-friendly MCP server for weather, forecast, and air quality tools using TypeScript and OpenWeather API.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "weather-location-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Sousam2002/weather-location-mcp-server"
      ]
    }
  }
}

README Excerpt

A beginner-friendly MCP server built with TypeScript, Node.js, the MCP TypeScript SDK, OpenWeather API, dotenv, and zod. - `getCurrentWeather(city)` - `getForecast(city)` - `getAirQuality(city)` - Sunrise and sunset information - Environment variable support with `dotenv` - Input validation with `zod`

Tools (2)

dotenvzod