mcpbeat Sign in

Nps MCP Server

local only

Nps MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

MCP server for U.S. National Parks: parks, alerts, campgrounds. Free key.

Installs / week
npm · nps-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Nps MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add nps-mcp -- npx -y nps-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nps-mcp": {
      "args": [
        "-y",
        "nps-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.nps-mcp]
command = "npx"
args = ["-y", "nps-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "nps-mcp": {
      "args": [
        "-y",
        "nps-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "nps-mcp": {
      "args": [
        "-y",
        "nps-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Nps MCP

same job, measured the same way
Blackpoint Cyber
by wyre-ai

MCP server for Blackpoint Cyber MDR — alerts, threats, and operations.

local only
Blackpoint Cyber
by wyre-technology

MCP server for Blackpoint Cyber MDR — alerts, threats, and operations.

local only
Rootly
by wyre-technology

MCP server for Rootly — incidents, alerts, escalations, and post-incident reports.

local only
Rootly
by wyre-ai

MCP server for Rootly — incidents, alerts, escalations, and post-incident reports.

local only
NinjaOne
by wyre-ai

MCP server for NinjaOne RMM — devices, organizations, alerts, and tickets.

local only
NinjaOne
by wyre-technology

MCP server for NinjaOne RMM — devices, organizations, alerts, and tickets.

local only
AlertOps
by wyre-ai

MCP server for AlertOps' incident alerting/on-call API.

local only
Xweather Weather MCP
by xweather

Hosted MCP server for Xweather weather data: conditions, forecasts, alerts, and more.

answering

Nps MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Nps MCP?
Nps MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package nps-mcp.
How do I connect Nps MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls nps-mcp straight from npm; nothing to host, nothing to sign up for.
Is Nps MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.