Back to Browse

Weather Server MCP Server

Developer ToolsModerate6.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

An MCP server for weather information.

About

An MCP server for weather information.

Security Report

6.2
Moderate6.2Moderate Risk

This is a well-structured MCP weather server with no significant security vulnerabilities. It properly uses the NWS public API with appropriate error handling, validates input coordinates, and has no hardcoded credentials or dangerous patterns. Minor code quality improvements could be made around error specificity and input validation edge cases. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.

3 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-lovepivix-weather": {
      "args": [
        "-y",
        "@lovepivix/mcp-weather-server"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

A Simple MCP weather Server written in TypeScript

See the Build an MCP server tutorial for more information.

Reviews

No reviews yet

Be the first to review this server!