mcpbeat Sign in

MCP Weather MCP Server

local only

MCP Weather runs on your own machine — the client starts it, so there is no endpoint to ping. 43 installs a week from pypi.

An MCP server that provides [describe what your server does]

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 25 · avg 5 · -16% w/w
a month agotoday
43
Installs / week
pypi · mcp-weather-augee99
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-weather -- uvx mcp-weather-augee99
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-weather": {
      "args": [
        "mcp-weather-augee99"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-weather]
command = "uvx"
args = ["mcp-weather-augee99"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-weather": {
      "args": [
        "mcp-weather-augee99"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-weather": {
      "args": [
        "mcp-weather-augee99"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to MCP Weather

same job, measured the same way
Weather MCP Server
by kushknows

An MCP server that provides weather data

46 installs/wk local only
Weather Server Python
by lxchst

An MCP server that provides weather information

61 installs/wk local only
Weather
by yuv24793

An MCP server that provides weather information.

35 installs/wk local only
Geolocation MCP
by 7mza

An MCP server that provides fast and up-to-date IP geolocation data.

local only
Samplemcp Server
by quangsumi

A sample MCP server that returns random weather descriptions.

local only
AccuWeather MCP
by jonjam

MCP server providing weather tools with data sourced from AccuWeather.

local only
Variflight MCP
by variflight

VariFlight's official MCP server provides tools to query flight, weather, comfort, and fare data.

2 490 installs/wk local only
Weather
by dingw1982

An MCP server for weather information.

54 installs/wk local only

MCP Weather — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Weather?
MCP Weather runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-weather-augee99 was installed 43 times last week.
Is MCP Weather still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect MCP Weather?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-weather-augee99 straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Weather?
The pypi package mcp-weather-augee99 was installed 43 times in the last week. Week over week that is -16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.