Skip to content
Cursor

AEMET for Cursor

io.github.mmillan76/aemet-mcp

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

client:Cursor transport:stdio runtime:npm

Install AEMET in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "aemet-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mmillan76/aemet-mcp"
      ],
      "env": {
        "AEMET_API_KEY": "<AEMET_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AEMET in other clients