MCP Catalogs
Home

usgs-quakes-mcp vs time

Side-by-side comparison to help you pick between these two MCP servers.

usgs-quakes-mcp
by blake365
time
by modelcontextprotocol
Stars★ 1★ 85,748
30d uses
Score3177
Official
Categories
AI / LLM ToolsDeveloper ToolsOther
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last commit9 mo agothis month

usgs-quakes-mcp · Summary

An MCP server providing natural language access to USGS earthquake data through search and detail tools.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

usgs-quakes-mcp · Use cases

  • Natural language queries for earthquake data by location and magnitude
  • Retrieving detailed information about specific seismic events
  • Educational applications about seismic activity in different regions

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

usgs-quakes-mcp · Install

Installing via Smithery

npx -y @smithery/cli install @blake365/usgs-quakes-mcp --client claude

Manual Installation

  1. Install [Node.js](https://nodejs.org/en/download)
  2. Clone this repository
  3. Run npm install to install dependencies

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
    "mcpServers": {
        "usgs-quakes": {
            "command": "node",
            "args": [
                "/Full/Route/to/Folder/usgs-quakes/build/index.js"
            ]
        }
    }
}

Restart Claude Desktop after adding configuration.

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.