Skip to content
Cursor

seismic mcp for Cursor

io.github.hoon1983/seismic-mcp

Unified earthquake data from 20 global seismic agencies, with cross-agency report reconciliation.

client:Cursor transport:stdio runtime:pypi

Install seismic mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "seismic-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "seismic-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

seismic mcp in other clients