Loading MCP server directory, please wait...
Query real-time and historical USGS water data from ~8,000 stream gages and groundwater wells.
npx @getmcp/cli add io.github.cyanheads/usgs-water-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cyanheads/usgs-water-mcp-server": {
"command": "bun",
"args": [
"@cyanheads/usgs-water-mcp-server",
"run",
"start:stdio"
],
"env": {
"USGS_USER_AGENT": "",
"USGS_REQUEST_TIMEOUT_MS": "30000",
"MCP_LOG_LEVEL": "info"
}
}
}
}