Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Server Learn

    An MCP server to get Weather details

    1 stars
    TypeScript
    Updated Sep 29, 2025

    Table of Contents

    • Features
    • Prerequisites
    • Setup
    • Installing via Smithery
    • Manual Installation
    • Configuration
    • Resources

    Table of Contents

    • Features
    • Prerequisites
    • Setup
    • Installing via Smithery
    • Manual Installation
    • Configuration
    • Resources

    Documentation

    MCP Weather Server

    smithery badge

    This project is a demo implementation of a Model Context Protocol (MCP) server that provides weather-related tools. The server exposes two tools:

    1. get-alerts: Fetches active weather alerts for a given US state.

    2. get-forecast: Provides a weather forecast for a specific location based on latitude and longitude.

    Features

    • Built using Node.js.
    • Implements MCP tools for weather data retrieval.
    • Uses the US National Weather Service API for accurate and up-to-date weather information.

    Prerequisites

    • Node.js installed on your system.
    • Familiarity with MCP concepts and tools.

    Setup

    Installing via Smithery

    To install mcp-server-learn for Claude Desktop automatically via Smithery:

    bash
    npx -y @smithery/cli install @adarshem/mcp-server-learn --client claude

    Manual Installation

    1. Clone the repository:

    bash
    git clone 
       cd weather

    2. Install dependencies using pnpm (as configured in the project):

    bash
    pnpm install

    3. Build the project:

    bash
    pnpm build

    Configuration

    Update your settings.json file of VSCode to add this MCP server

    json
    {
        "mcpServers": {
            "weather": {
                "command": "node",
                "args": [
                    "/ABSOLUTE/PATH/TO/PARENT/FOLDER/weather/build/index.js"
                ]
            }
        }
    }

    Resources

    • MCP Quickstart Guide
    • US National Weather Service API

    Similar MCP

    Based on tags & features

    • 4E

      4everland Hosting Mcp

      TypeScript·
      1
    • MC

      Mcp Wave

      TypeScript00
    • GL

      Glm Mcp Server

      TypeScript·
      3
    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • 4E

      4everland Hosting Mcp

      TypeScript·
      1
    • MC

      Mcp Wave

      TypeScript00
    • GL

      Glm Mcp Server

      TypeScript·
      3
    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k