mcpbeat Sign in

Weatherbit MCP Server

local only

Weatherbit MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

Weatherbit API: current weather, forecasts, alerts, air quality.

Installs / week
npm · weatherbit-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Weatherbit MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 weatherbit-mcp -- npx -y weatherbit-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "weatherbit-mcp": {
      "args": [
        "-y",
        "weatherbit-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.weatherbit-mcp]
command = "npx"
args = ["-y", "weatherbit-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "weatherbit-mcp": {
      "args": [
        "-y",
        "weatherbit-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "weatherbit-mcp": {
      "args": [
        "-y",
        "weatherbit-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Weatherbit MCP

same job, measured the same way
Nws Weather MCP Server
by cyanheads

Get US weather forecasts, active alerts, and current observations.

293 installs/wk 7 tools answering
I
Weather Data MCP Server
by dgahagan

17 weather tools, no API keys: forecasts, alerts, air quality, marine, radar, lightning, wildfires

2 472 installs/wk local only
Xweather Weather MCP
by xweather

Hosted MCP server for Xweather weather data: conditions, forecasts, alerts, and more.

answering
Weather Alerts & Forecast
by rsys-vtiwari

US NWS alerts by state and short-term (next 5 periods) point forecasts.

local only
Weather MCP
by mrfentmen

Unified weather server: NWS forecasts and alerts, USGS earthquakes, and FEMA disasters.

58 installs/wk local only
Noaa Spaceweather MCP Server
by cyanheads

NOAA SWPC space weather: storm scales, Kp index, aurora forecasts, solar wind, activity, alerts.

293 installs/wk 6 tools answering
Weather & Geo Intel MCP
by datakoot

US weather & geo for AI agents: forecasts, alerts, earthquakes, elevation, geocoding. No keys.

6 tools answering
Smarter Weather
by smarterweather

Smarter Weather MCP: forecasts, alerts, outlooks, observations, AQI, grids, and map imagery.

38 installs/wk 31 tools answering

Weatherbit MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Weatherbit MCP?
Weatherbit MCP 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 npm package weatherbit-mcp.
How do I connect Weatherbit MCP?
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 weatherbit-mcp straight from npm; nothing to host, nothing to sign up for.
Is Weatherbit MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.