Weather & Geo Intel MCP for Claude Desktop
io.github.selflabbs/weather-intel-mcp
US weather & geo for AI agents: forecasts, alerts, earthquakes, elevation, geocoding. No keys.
client:Claude Desktop
transport:streamable-http
Install Weather & Geo Intel MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"weather-intel-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://weather.selflabbs.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs