Search USGS and EMSC seismic data — real-time feeds, event queries, and earthquake counts via MCP. STDIO or Streamable HTTP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"earthquake-mcp-serve": {
"command": "npx",
"args": [
"-y",
"cyanheads/earthquake-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add earthquake-mcp-serve npx -y cyanheads/earthquake-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"earthquake-mcp-serve": {
"command": "npx",
"args": [
"-y",
"cyanheads/earthquake-mcp-server"
]
}
}
}