mcpbeat Sign in

Baseline MCP Server

by elninyo-ops Your server? Claim it
local only

Baseline MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 188 installs a week from pypi. Last commit 17 Sep 2026.

Statistically rigorous weather and climate context: forecast plus 35-year historical ranking.

Installs per day peak 235 · avg 32 · -56% w/w
a month agotoday
188
Installs / week
pypi · baseline-mcp
0
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Baseline 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 baseline-mcp -- uvx baseline-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "baseline-mcp": {
      "args": [
        "baseline-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.baseline-mcp]
command = "uvx"
args = ["baseline-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "baseline-mcp": {
      "args": [
        "baseline-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "baseline-mcp": {
      "args": [
        "baseline-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: BASELINE_API_URL (Base URL of the Baseline API instance to query.), BASELINE_API_KEY (API key for the Baseline API. Contact [email protected] for a key -- self-serve signup is not yet available.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Baseline MCP

same job, measured the same way
Weathersight
by weathersight

Historical weather and climate: 100+ years of station data, normals, extremes, and trends.

answering
Noaa Climate MCP Server
by cyanheads

Search NOAA climate stations and datasets, fetch historical weather observations.

209 installs/wk 10 tools answering
Virga Weather
by mcmurrym

Weather API tools — current, hourly, daily forecasts, and historical data.

16 installs/wk local only
Open Meteo
by pipeworx-io

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

42 tools answering
NordicMCP — Weather
by nordicmcp

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

answering
Weather AI MCP
by csoai-org

Weather Ai tools for AI agents. Capabilities: get current conditions, get forecast, get historical

137 installs/wk local only
Weather Alerts & Forecast
by rsys-vtiwari

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

local only
Smithery AI National Weather Service
by smithery

Provide real-time and forecast weather information for locations in the United States using natura…

answering

Baseline MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Baseline MCP?
Baseline 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 pypi package baseline-mcp was installed 188 times last week.
How do I connect Baseline 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 baseline-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Baseline MCP?
The pypi package baseline-mcp was installed 188 times in the last week. Week over week that is -56%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Baseline MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.