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 | — | — |
| Score | 31 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | 9 mo ago | this 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 claudeManual Installation
- Install [Node.js](https://nodejs.org/en/download)
- Clone this repository
- Run
npm installto 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"]
}
}
}