weather-mcp-server

mohammadrobel/weather-mcp-server

3.2

If you are the rightful owner of weather-mcp-server 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.

This project is a Model Context Protocol (MCP) server designed to provide weather information using Node.js and the official MCP TypeScript SDK.

Weather MCP Server

This project is a Model Context Protocol (MCP) server for weather information, built with Node.js and the official MCP TypeScript SDK.

Features

  • MCP-compliant server exposing weather data as resources and tools
  • Easy to swap mock data for real weather API
  • Stdio transport for LLM/CLI integration

Usage

  1. Install dependencies:
    npm install
    
  2. Run the server:
    node server.js
    

Customization

  • Edit server.js to integrate a real weather API.
  • See TypeScript SDK Docs for advanced features.

MCP Protocol