What is the io.ausdata/au-weather-mcp MCP server?
Query Australian weather + air quality — forecasts, current obs, 80yr archive (BOM).
How to install io.ausdata/au-weather-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"au-weather-mcp": {
"command": "uvx",
"args": [
"au-weather-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"au-weather-mcp": {
"command": "uvx",
"args": [
"au-weather-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"au-weather-mcp": {
"command": "uvx",
"args": [
"au-weather-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"au-weather-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"au-weather-mcp"
]
}
}
}Claude Code
claude mcp add au-weather-mcp -- uvx au-weather-mcpRelated MCP servers
io.ausdata/ausdata-mcp
Maintained
28 tools over 9 AU gov data sources (ABS, RBA, ATO, APRA, AIHW, ASIC, AEMO, BOM, WGEA) via one key.
1
View repository →TypeScript
MIT
Query the ABS in plain English — CPI, labour force, building approvals, migration, GDP.
View repository →Query the AEMO NEM in plain English — 5-min prices, demand, generation, rooftop PV.
View repository →Query the AIHW in plain English — mortality, cancer, health spend, hospital wait times.
View repository →Query APRA in plain English — bank capital, fund-level super, insurance stats.
View repository →Query ASIC registers in plain English — advisers, licensees, banned persons, liquidators.
View repository →