Odel
AEMET

AEMET

Local
@mmillan76TypeScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@mmillan76/aemet-mcpv0.1.1

Run

npx -y @mmillan76/aemet-mcp

MCP client config

{
  "mcpServers": {
    "aemet": {
      "command": "npx",
      "args": [
        "-y",
        "@mmillan76/aemet-mcp"
      ]
    }
  }
}