World Weather Online
Rank #54,210io.github.WorldWeatherOnline/wwo-mcp
Global weather API: forecasts, historical data, marine, ski, astronomy and timezone.
World Weather Online is a Model Context Protocol (MCP) server published by worldweatheronline. It ranks #54,210 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. World Weather Online is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 10, 2026 and most recently updated on Apr 10, 2026.
Ranks ahead of 61,381 of 115,591 servers on MCP Toplist.
Use World Weather Online
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http wwo-mcp https://mcp.worldweatheronline.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.wwo-mcp]
url = "https://mcp.worldweatheronline.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.worldweatheronline.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"wwo-mcp": {
"url": "https://mcp.worldweatheronline.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"wwo-mcp": {
"type": "http",
"url": "https://mcp.worldweatheronline.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"wwo-mcp": {
"serverUrl": "https://mcp.worldweatheronline.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"wwo-mcp": {
"url": "https://mcp.worldweatheronline.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
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.WorldWeatherOnline%2Fwwo-mcp)<a href="https://mcptoplist.com/server/io.github.WorldWeatherOnline%2Fwwo-mcp"><img src="https://mcptoplist.com/badge/io.github.WorldWeatherOnline%2Fwwo-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
worldweatheronline
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Apr 10, 2026 |
Frequently asked questions
- Who maintains World Weather Online?
- World Weather Online is maintained by worldweatheronline, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is World Weather Online listed on the Official MCP Registry?
- Yes — World Weather Online is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does World Weather Online have?
- MCP Toplist tracks 1 version of World Weather Online, most recently published on Apr 10, 2026.
- Where can I find the source code for World Weather Online?
- The source code for World Weather Online is hosted at github.com/worldweatheronline/wwo-mcp.