Skip to content
Zed

USGS Earthquakes MCP by UnClick for Zed

io.github.malamutemayhem/usgs

Recent earthquakes worldwide and by region, with detail, from USGS. No API key. By UnClick.

client:Zed transport:stdio runtime:npm

Install USGS Earthquakes MCP by UnClick in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "usgs": {
      "command": "npx",
      "args": [
        "-y",
        "@unclick/usgs-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

USGS Earthquakes MCP by UnClick in other clients