mcpbeat Sign in

AEMET MCP Server

by mmillan76 Your server? Claim it
local only

AEMET runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 26 Jul 2026.

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

Installs per day peak 9 · avg 4 · +88% w/w
a month agotoday
29
Installs / week
npm · @mmillan76/aemet-mcp
0
Stars
0 open issues
26 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: AEMET_API_KEY (Free AEMET OpenData API key. Request one 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

same job, measured the same way
Vedurstofa MCP
by sandsower

MCP server for Icelandic weather, forecasts, warnings, and earthquakes from vedur.is.

35 installs/wk local only
Xweather Weather MCP
by xweather

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

answering
Cwa MCP Server
by gary2376

MCP server for Taiwan CWA open data: weather forecast, earthquake, warnings, typhoon.

131 installs/wk local only
Jma
by pipeworx-io

JMA (Japan Meteorological Agency) MCP — keyless weather forecasts, warnings,

40 tools answering
MeteoSwiss MCP Server
by eins78

Swiss weather data for AI assistants — forecasts, measurements, stations, pollen.

398 installs/wk 7 tools answering
MCP Metar
by daedalus

MCP server for METAR/TAF aviation weather data

61 installs/wk local only
Weather
by dingw1982

An MCP server for weather information.

54 installs/wk local only
Weather
by alexdemichieli

An MCP server for weather information.

38 installs/wk local only

AEMET — questions

Answers built from our own checks of this server.

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