MCP.so
Sign In

Weather MCP Server

@amahule

About Weather MCP Server

No overview available yet

Basic information

Category

Media & Design

Runtime

python

Transports

stdio

Publisher

amahule

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "weather_mcp_server": {
      "command": "/path/to/uv",
      "args": [
        "--directory",
        "/absolute/path/to/weather_mcp_server",
        "run",
        "weather_server.py"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Weather MCP Server?

An MCP server that provides weather information through a connection to the National Weather Service API. It is designed for users who need current weather alerts and forecasts for locations in the United States.

How to use Weather MCP Server?

Install dependencies (mcp and httpx) using pip or uv. Run weather_server.py directly, or configure it with Claude for Desktop by adding the server definition to `claude_des

Comments

More Media & Design MCP servers