mcpbeat Sign in

Aemet MCP Server

local only

Aemet MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 232 installs a week from npm. Last commit 16 Sep 2026.

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

Installs per day peak 14 · avg 4 · -19% w/w
a month agotoday
232
Installs / week
npm · aemet-mcp
1
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: AEMET_API_KEY (AEMET OpenData API key. Free at https://opendata.aemet.es/centrodedescargas/altaUsuario). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Aemet MCP

same job, measured the same way
AEMET
by mmillan76

MCP server exposing AEMET (Spanish weather agency) forecasts, station data and warnings.

29 installs/wk local only
Airtable
by airtable

Official Airtable MCP server — database and operations layer for agents.

answering
NOAA STOFS MCP Server
by mansurjisan

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

46 installs/wk local only
Xweather Weather MCP
by xweather

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

answering
Fmi
by pipeworx-io

Finnish Meteorological Institute open data (forecast, observations, warnings)

40 tools answering
NOAA WW3 MCP Server
by mansurjisan

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

45 installs/wk local only
Leadpipe
by leadpipe-com

Official MCP server for Leadpipe intent and data APIs.

25 installs/wk local only
Warm
by jasonstockman

Context and automation MCP server for Warm financial data and approved write operations.

104 installs/wk local only

Aemet MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Aemet MCP?
Aemet 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 aemet-mcp was installed 232 times last week.
How do I connect Aemet 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 aemet-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Aemet MCP?
The npm package aemet-mcp was installed 232 times in the last week. Week over week that is -19%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Aemet MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 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.