au-weather-mcp
Rank #34,403io.ausdata/au-weather-mcp
Query Australian weather + air quality — forecasts, current obs, 80yr archive (BOM).
au-weather-mcp is a Model Context Protocol (MCP) server published by bigred97. It ranks #34,403 of 115,460 servers tracked on MCP Toplist. au-weather-mcp is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on May 12, 2026 and most recently updated on Aug 15, 2026.
Ranks ahead of 81,057 of 115,460 servers on MCP Toplist.
Use au-weather-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add au-weather-mcp -- uvx au-weather-mcp[mcp_servers.au-weather-mcp]
command = "uvx"
args = ["au-weather-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"au-weather-mcp": {
"command": "uvx",
"args": [
"au-weather-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"au-weather-mcp": {
"command": "uvx",
"args": [
"au-weather-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"au-weather-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"au-weather-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"au-weather-mcp": {
"command": "uvx",
"args": [
"au-weather-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"au-weather-mcp": {
"command": "uvx",
"args": [
"au-weather-mcp"
]
}
}
}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.ausdata%2Fau-weather-mcp)<a href="https://mcptoplist.com/server/io.ausdata%2Fau-weather-mcp"><img src="https://mcptoplist.com/badge/io.ausdata%2Fau-weather-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
bigred97
Other servers by bigred97
- ausdata.io — Australian Public Data#20,259 · 2 vers
- Australian Prudential Regulation Authority#21,426 · 2 vers
- Australian Bureau of Statistics#25,334 · 3 vers
- wgea-mcp#25,335 · 2 vers
- Australian Institute of Health and Welfare#28,309 · 2 vers
- ASIC Register Data#28,310 · 2 vers
- Reserve Bank of Australia#29,638 · 3 vers
- ato-mcp#34,402 · 2 vers
- aemo-mcp#45,990 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 0.4.10 | Aug 15, 2026 |
| 0.4.9 | May 20, 2026 |
Frequently asked questions
- Who maintains au-weather-mcp?
- au-weather-mcp is maintained by bigred97, which publishes 10 MCP servers (22 total versions) tracked on MCP Toplist.
- Is au-weather-mcp listed on the Official MCP Registry?
- Yes — au-weather-mcp is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does au-weather-mcp have?
- MCP Toplist tracks 2 versions of au-weather-mcp, most recently published on Aug 15, 2026.
- Where can I find the source code for au-weather-mcp?
- The source code for au-weather-mcp is hosted at github.com/bigred97/au-weather-mcp.