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
{
"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