mcpbeat Sign in

MCP1 Weather Query MCP Server

local only

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

Read-only current weather lookup by place name using Open-Meteo.

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

Installs per day peak 381 · avg 24 · -2% w/w
a month agotoday
58
Installs / week
pypi · mcp-weather-query
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 mcp1-weather-query -- uvx mcp-weather-query
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp1-weather-query": {
      "args": [
        "mcp-weather-query"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp1-weather-query]
command = "uvx"
args = ["mcp-weather-query"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp1-weather-query": {
      "args": [
        "mcp-weather-query"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp1-weather-query": {
      "args": [
        "mcp-weather-query"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to MCP1 Weather Query

same job, measured the same way
NordicMCP — Weather
by nordicmcp

Hosted Weather MCP server (Open-Meteo): current, forecast, and historical weather by location.

answering
ParseAPI
by parseapi

Official ParseAPI MCP. Place, IP, email, phone, weather, currency lookups.

533 installs/wk 31 tools answering
Weather Hint
by sadri-dridi

Current temperature for a city via Open-Meteo. Query discarded after the call.

29 tools answering
Open-Meteo Weather MCP by UnClick
by malamutemayhem

Open-Meteo Weather tools for weather, forecast, open-meteo by UnClick.

12 installs/wk local only
Geo Hint
by sadri-dridi

Latitude and longitude for a place via Open-Meteo. Query discarded.

29 tools answering
Open Meteo
by pipeworx-io

Open-Meteo MCP — weather forecast + historical reanalysis + sister APIs

37 tools answering
Weather API
by br0ski777

Current weather and 7-day forecast for any location. OpenMeteo-powered. x402 micropayment.

1 tools answering
Weather MCP Server
by isdaniel

providing weather information, air quality data, and timezone utilities using the Open-Meteo API.

892 installs/wk local only

MCP1 Weather Query — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP1 Weather Query?
MCP1 Weather Query 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-query was installed 58 times last week.
Is MCP1 Weather Query 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 MCP1 Weather Query?
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-query straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP1 Weather Query?
The pypi package mcp-weather-query was installed 58 times in the last week. Week over week that is -2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.