Skip to content
Grok

weather for Grok

io.github.yuv24793/weather

An MCP server that provides weather information.

client:Grok transport:stdio runtime:npm

Install weather in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "weather": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@yuv24793/mcp-weather-server"
      ]
    }
  }
}

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

weather in other clients