mcpbeat Sign in

Bom MCP Server

local only

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

Keyless BOM Australia forecasts and station observations.

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

Alternatives to Bom 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
Mast MCP
by mrfentmen

Keyless MCP server for MAST: Hubble, Webb, TESS observations by sky position.

local only
NOAA STOFS MCP Server
by mansurjisan

NOAA STOFS storm surge forecasts, observation validation, and OPeNDAP data

46 installs/wk local only
NOAA WW3 MCP Server
by mansurjisan

GFS-Wave (WAVEWATCH III) forecasts and NDBC buoy wave observations

45 installs/wk local only
Aemet MCP
by jocarrd

MCP server for AEMET: Spain's official forecasts, warnings, observations and climate data.

45 installs/wk local only
Inaturalist MCP
by mrfentmen

Search species and recent observations from iNaturalist. No key required.

63 installs/wk local only
Smarter Weather
by smarterweather

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

38 installs/wk 31 tools answering
Au Weather MCP
by ausdata

Query Australian weather + air quality — forecasts, current obs, 80yr archive (BOM).

214 installs/wk local only

Bom MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Bom MCP?
Bom 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 bom-mcp.
How do I connect Bom 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 bom-mcp straight from npm; nothing to host, nothing to sign up for.
Is Bom 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.