aemet mcp for Grok
io.github.jocarrd/aemet-mcp
MCP server for AEMET: Spain's official forecasts, warnings, observations and climate data.
client:Grok
transport:stdio
runtime:npm
Install aemet mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"aemet-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aemet-mcp"
],
"env": {
"AEMET_API_KEY": "<AEMET_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs