weather

carlota-moh/weather

3.1

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

This is a proof of concept (POC) for a Model Context Protocol (MCP) server that retrieves weather data.

Weather MCP

POC for an MCP server that retrieves weather data. Done using this tutorial.

Running the server

  1. Install dependencies:

    npm install
    
  2. Build the project:

    npm run build
    
  3. Start the server:

     npm start