Australian Economic Data (ABS, RBA & APRA) for Claude Desktop
io.github.anthonypuggs/ausecon-mcp-server
Australian economic data from the ABS, RBA, and APRA: CPI, GDP, cash rate, labour, and more.
client:Claude Desktop
transport:streamable-http
runtime:pypi
tools:14
Install Australian Economic Data (ABS, RBA & APRA) in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"ausecon-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.auseconmcp.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs