What is the Smarter Weather MCP server?
Smarter Weather MCP: forecasts, alerts, outlooks, observations, AQI, grids, and map imagery.
How to install Smarter Weather
Copy-paste configuration for popular MCP clients.
SMARTERWEATHER_API_KEYsecretSmarter Weather API key (sw_live_* or sw_test_*) with the 'mcp' scope. When set, the bridge skips the OAuth flow and forwards the key as 'Authorization: Bearer <key>' on every proxied request. When unset, the bridge runs the full MCP OAuth 2.1 + PKCE client and caches tokens at ~/.mcp-auth/. Mint keys at https://smarterweather.com/developers/api-keys.
SMARTERWEATHER_MCP_URLOverride the target MCP endpoint. Useful for development or staging against a non-production sw-mcp deployment. Precedence: positional argument > SMARTERWEATHER_MCP_URL > package default (https://mcp.smarterweather.com/mcp).
{
"mcpServers": {
"weather": {
"command": "npx",
"args": [
"-y",
"@smarterweather/mcp-weather"
],
"env": {
"SMARTERWEATHER_API_KEY": "<YOUR_SMARTERWEATHER_API_KEY>",
"SMARTERWEATHER_MCP_URL": "<YOUR_SMARTERWEATHER_MCP_URL>"
}
}
}
}{
"mcpServers": {
"weather": {
"command": "npx",
"args": [
"-y",
"@smarterweather/mcp-weather"
],
"env": {
"SMARTERWEATHER_API_KEY": "<YOUR_SMARTERWEATHER_API_KEY>",
"SMARTERWEATHER_MCP_URL": "<YOUR_SMARTERWEATHER_MCP_URL>"
}
}
}
}{
"mcpServers": {
"weather": {
"command": "npx",
"args": [
"-y",
"@smarterweather/mcp-weather"
],
"env": {
"SMARTERWEATHER_API_KEY": "<YOUR_SMARTERWEATHER_API_KEY>",
"SMARTERWEATHER_MCP_URL": "<YOUR_SMARTERWEATHER_MCP_URL>"
}
}
}
}{
"servers": {
"weather": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@smarterweather/mcp-weather"
],
"env": {
"SMARTERWEATHER_API_KEY": "<YOUR_SMARTERWEATHER_API_KEY>",
"SMARTERWEATHER_MCP_URL": "<YOUR_SMARTERWEATHER_MCP_URL>"
}
}
}
}claude mcp add weather --env SMARTERWEATHER_API_KEY=<YOUR_SMARTERWEATHER_API_KEY> --env SMARTERWEATHER_MCP_URL=<YOUR_SMARTERWEATHER_MCP_URL> -- npx -y @smarterweather/mcp-weatherRelated MCP servers
Agent-first onboarding to Smarter Weather: plans, docs, signup, API keys, MCP config, billing.