seismic mcp for Grok
io.github.hoon1983/seismic-mcp
Unified earthquake data from 20 global seismic agencies, with cross-agency report reconciliation.
client:Grok
transport:stdio
runtime:pypi
Install seismic mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"seismic-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"seismic-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs