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 Weather Js

    Simple Weather MCP Server Example

    13 stars
    JavaScript
    Updated Oct 27, 2025
    mcp
    mcp-server
    modelcontextprotocol
    nodejs
    typescript

    Table of Contents

    • Usage with Claude Desktop
    • Tools
    • Example Queries
    • Original Author and License

    Table of Contents

    • Usage with Claude Desktop
    • Tools
    • Example Queries
    • Original Author and License

    Documentation

    Simple Weather MCP Server example from Quickstart License: MIT npm version

    Node.js server implementing

    Model Context Protocol (MCP)

    for accessing weather information in the US.

    This is an example explained in MCP Quickstart.

    It has been hosted as an npm package

    for convenient use with npx.

    Usage with Claude Desktop

    Merge the following JSON fragment into your claude_desktop_config.json.

    Please refer to the "Testing your server with Claude for Desktop" section of

    MCP Quickstart for details.

    code
    # MacOS/Linux
    code ~/Library/Application\ Support/Claude/claude_desktop_config.json
    
    # Windows
    code $env:AppData\Claude\claude_desktop_config.json
    json
    {
      "mcpServers": {
        "weather": {
          "command": "npx",
            "args": [
                "-y",
                "@h1deya/mcp-server-weather"
            ],
        }
      }
    }

    Tools

    • get-alerts
    • Get weather alerts for a US state.
    • Input: state (string): Two-letter US state code (e.g. CA, NY)
    • get-forecast
    • Get weather forecast for a location in the US
    • Inputs:
    • latitude (number): Latitude of the location
    • longitude (number): Longitude of the location

    Example Queries

    • Tomorrow's weather in Palo Alto?
    • Any weather alerts in California?

    Original Author and License

    This example is based on the code explained in MCP Quickstart

    (github),

    whose license is CC-BY-4.0.

    The completed code examples are also hosted in

    this repo,

    whose license is MIT (Copyright (c) 2025 Model Context Protocol).

    So I've chosen the MIT license for this repo.

    Similar MCP

    Based on tags & features

    • MC

      Mcp Open Library

      TypeScript·
      42
    • FH

      Fhir Mcp Server

      Python·
      55
    • WE

      Web Eval Agent

      Python·
      1.2k
    • AW

      Aws Mcp Server

      Python·
      165

    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

    • MC

      Mcp Open Library

      TypeScript·
      42
    • FH

      Fhir Mcp Server

      Python·
      55
    • WE

      Web Eval Agent

      Python·
      1.2k
    • AW

      Aws Mcp Server

      Python·
      165

    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