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 | — | — |
| Score | 29 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 13 mo ago | this 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
- **Clone the repo**
git clone https://github.com/Kyle-Ski/nps-explorer-mcp-server.git
cd nps-explorer-mcp-server- **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.exampleto.dev.varsand populate with your secrets
- **Install dependencies**
npm i- **Run locally**
npm start- **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"]
}
}
}