Smarter Weather
Rank #21,746io.github.smarterweather/weather
Smarter Weather MCP: forecasts, alerts, outlooks, observations, AQI, grids, and map imagery.
Smarter Weather is a Model Context Protocol (MCP) server published by smarterweather. It ranks #21,746 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Smarter Weather is listed on Official MCP, with 2 tracked versions. It was first listed on Jul 9, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 93,845 of 115,591 servers on MCP Toplist.
Use Smarter Weather
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http weather https://mcp.smarterweather.com/claude mcp add weather -e "SMARTERWEATHER_API_KEY=<your SMARTERWEATHER_API_KEY>" -e "SMARTERWEATHER_MCP_URL=<your SMARTERWEATHER_MCP_URL>" -- npx -y @smarterweather/mcp-weatherReplace each placeholder with your own value before saving.
[mcp_servers.weather]
url = "https://mcp.smarterweather.com/"Add to ~/.codex/config.toml.
[mcp_servers.weather]
command = "npx"
args = ["-y", "@smarterweather/mcp-weather"]
[mcp_servers.weather.env]
SMARTERWEATHER_API_KEY = "<your SMARTERWEATHER_API_KEY>"
SMARTERWEATHER_MCP_URL = "<your SMARTERWEATHER_MCP_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.smarterweather.com/Settings → Connectors → “Add custom connector”, then paste this 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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"weather": {
"url": "https://mcp.smarterweather.com/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"weather": {
"command": "npx",
"args": [
"-y",
"@smarterweather/mcp-weather"
],
"env": {
"SMARTERWEATHER_API_KEY": "<your SMARTERWEATHER_API_KEY>",
"SMARTERWEATHER_MCP_URL": "<your SMARTERWEATHER_MCP_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"weather": {
"type": "http",
"url": "https://mcp.smarterweather.com/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"weather": {
"serverUrl": "https://mcp.smarterweather.com/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"weather": {
"command": "npx",
"args": [
"-y",
"@smarterweather/mcp-weather"
],
"env": {
"SMARTERWEATHER_API_KEY": "<your SMARTERWEATHER_API_KEY>",
"SMARTERWEATHER_MCP_URL": "<your SMARTERWEATHER_MCP_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"weather": {
"url": "https://mcp.smarterweather.com/"
}
}
}{
"mcpServers": {
"weather": {
"command": "npx",
"args": [
"-y",
"@smarterweather/mcp-weather"
],
"env": {
"SMARTERWEATHER_API_KEY": "<your SMARTERWEATHER_API_KEY>",
"SMARTERWEATHER_MCP_URL": "<your SMARTERWEATHER_MCP_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.smarterweather%2Fweather)<a href="https://mcptoplist.com/server/io.github.smarterweather%2Fweather"><img src="https://mcptoplist.com/badge/io.github.smarterweather%2Fweather.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
smarterweather
Available versions (2)
| Version | Published |
|---|---|
| 0.0.1 | Aug 24, 2026 |
| 0.0.0 | Jul 9, 2026 |
Frequently asked questions
- Who maintains Smarter Weather?
- Smarter Weather is maintained by smarterweather, which publishes 4 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Smarter Weather listed on the Official MCP Registry?
- Yes — Smarter Weather is listed on the Official MCP Registry.
- How many versions does Smarter Weather have?
- MCP Toplist tracks 2 versions of Smarter Weather, most recently published on Aug 24, 2026.
- Where can I find the source code for Smarter Weather?
- The source code for Smarter Weather is hosted at github.com/smarterweather/developer.