MCP Directory
Back

mcp-weather-server

by JohnnieEmmanuel · TypeScript · ★ 1

This is my first ever mcp server. A ModelContextProtocol compatible weather data server powered by Node.js and TypeScript, using the MCP SDK for standardized data transport.

Install

npx -y github:JohnnieEmmanuel/mcp-weather-server

Claude Desktop config

Add this to your claude_desktop_config.json:

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

From the README

This project is a **ModelContextProtocol (MCP)** compatible weather server that fetches real-time alerts and forecasts from the **U.S. National Weather Service (NWS)** and exposes them as tools via MCP. It is built with **Node.js**, **TypeScript**, and the official [@modelcontextprotocol/sdk](https://www.npmjs.com/package/@modelcontextprotocol/sdk). - ****: Get active weather alerts for any U.S. state. - ****: Get a 7-day weather forecast for a given latitude and longitude in the U.S. - Uses with custom headers to communicate with the NWS API. - Runs over standard input/output (STDIO) transp…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers