PluginBench
MCP Server

CLIO Seismic MCP Server

io.github.iowarp/seismic-mcp

What is the CLIO Seismic MCP server?

MCP server for earthquake-sequence analysis on saved catalogs: completeness magnitude,...

How to install CLIO Seismic

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "seismic-mcp": {
      "command": "uvx",
      "args": [
        "clio-kit"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "seismic-mcp": {
      "command": "uvx",
      "args": [
        "clio-kit"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "seismic-mcp": {
      "command": "uvx",
      "args": [
        "clio-kit"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "seismic-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "clio-kit"
      ]
    }
  }
}
Claude Code
claude mcp add seismic-mcp -- uvx clio-kit

Related MCP servers

Fetch and analyze BP5 data files using ADIOS2. Access scientific data, metadata, and attributes...

View repository →

ArXiv MCP server implementation using Model Context Protocol

View repository →

ChronoLog MCP server implementation using Model Context Protocol

View repository →

Compression MCP server implementation using Model Context Protocol

View repository →

Darshan I/O profiler MCP server for analyzing I/O trace files

View repository →

MCP server for rendering GeoJSON vector layers into map images with basemaps

View repository →
CLIO Seismic MCP Server | PluginBench