MCP Catalogs
Home

nps-explorer-mcp-server vs time

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

nps-explorer-mcp-server
by Kyle-Ski
time
by modelcontextprotocol
Stars★ 2★ 85,748
30d uses
Score2977
Official
Categories
AI / LLM ToolsDeveloper ToolsOther
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit13 mo agothis month

nps-explorer-mcp-server · Summary

An MCP server for U.S. national parks data, providing park info, trails, alerts, events, and weather forecasts via API integrations.

time · Summary

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

nps-explorer-mcp-server · Use cases

  • Planning a national park visit with up-to-date weather and trail conditions
  • Discovering events and alerts at various national parks
  • Finding campgrounds and recreation areas near specific locations

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

nps-explorer-mcp-server · Install

Installation

  1. **Clone the repo**
git clone https://github.com/Kyle-Ski/nps-explorer-mcp-server.git
cd nps-explorer-mcp-server
  1. **Set up API keys**
  • Get API keys for National Park Service API, Recreation.gov API, and Weather API
  • Create a GitHub OAuth App
  • Copy .dev.vars.example to .dev.vars and populate with your secrets
  1. **Install dependencies**
npm i
  1. **Run locally**
npm start
  1. **Deploy to Cloudflare Workers**
npm run deploy

**Claude Desktop Configuration:** Add to your Claude Desktop configuration:

{
  "mcpServers": {
    "nps-explorer": {
      "command": "npx",
      "args": ["@modelcontextprotocol/inspector", "connect", "https://your-subdomain.workers.dev"]
    }
  }
}

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.