Weather-MCP-Server

Weather-MCP-Server

0

The Weather MCP Server provides weather data using the Model Context Protocol. It's built with TypeScript for type safety and runs on Node.js, emphasizing features like weather data processing and environment-based configuration.

Weather MCP Server

This is a Weather MCP Server that provides weather data using the Model Context Protocol (MCP). It is built with TypeScript and runs on Node.js.

📌 Features

  • Fetches and processes weather data.
  • Uses Model Context Protocol (MCP) SDK.
  • Built with TypeScript for type safety.
  • Configurable via environment variables.

🛠 Installation

1️⃣ Clone the Repository

2️⃣ Install Dependencies

3️⃣ Build the Project

4️⃣ Run the Server

🔧 Configuration

This project uses environment variables for configuration.

📝 Scripts

CommandDescription
npm run buildCompiles TypeScript into JavaScript
npm startRuns the compiled server
npm run lintLints TypeScript files using ESLint

📁 Project Structure

Project structure information is provided.