shiragannavar/MCP-Server---Weather
An MCP server for Claude that provides real-time weather alerts and forecasts using the U.S. National Weather Service API. Built with fastmcp and httpx, it exposes two tools: get_alerts (by state) and get_forecast (by lat/lon). Uses stdio transport for Claude integration.
Platform-specific configuration:
{
"mcpServers": {
"MCP-Server---Weather": {
"command": "npx",
"args": [
"-y",
"MCP-Server---Weather"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...