National Parks MCP Server
Rank #8,420io.github.cyanheads/national-parks-mcp-server
Plan US National Park Service trips — parks, alerts, campgrounds, things to do, events.
National Parks MCP Server is a Model Context Protocol (MCP) server published by cyanheads. It ranks #8,420 of 132,345 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. National Parks MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 8 tracked versions. It was first listed on Jun 14, 2026 and most recently updated on Sep 20, 2026.
Ranks ahead of 123,925 of 132,345 servers on MCP Toplist.
Use National Parks MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http national-parks-mcp-server https://national-parks.caseyjhand.com/mcpclaude mcp add national-parks-mcp-server -e "NPS_API_KEY=<your NPS_API_KEY>" -e "NPS_BASE_URL=<your NPS_BASE_URL>" -e "MCP_LOG_LEVEL=<your MCP_LOG_LEVEL>" -- npx -y @cyanheads/national-parks-mcp-server run start:stdioReplace each placeholder with your own value before saving.
claude mcp add national-parks-mcp-server -e "NPS_API_KEY=<your NPS_API_KEY>" -e "NPS_BASE_URL=<your NPS_BASE_URL>" -e "MCP_HTTP_HOST=<your MCP_HTTP_HOST>" -e "MCP_HTTP_PORT=<your MCP_HTTP_PORT>" -e "MCP_HTTP_ENDPOINT_PATH=<your MCP_HTTP_ENDPOINT_PATH>" -e "MCP_AUTH_MODE=<your MCP_AUTH_MODE>" -e "MCP_LOG_LEVEL=<your MCP_LOG_LEVEL>" -- npx -y @cyanheads/national-parks-mcp-server run start:httpReplace each placeholder with your own value before saving.
[mcp_servers.national-parks-mcp-server]
url = "https://national-parks.caseyjhand.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.national-parks-mcp-server]
command = "npx"
args = ["-y", "@cyanheads/national-parks-mcp-server", "run", "start:stdio"]
[mcp_servers.national-parks-mcp-server.env]
NPS_API_KEY = "<your NPS_API_KEY>"
NPS_BASE_URL = "<your NPS_BASE_URL>"
MCP_LOG_LEVEL = "<your MCP_LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.national-parks-mcp-server]
command = "npx"
args = ["-y", "@cyanheads/national-parks-mcp-server", "run", "start:http"]
[mcp_servers.national-parks-mcp-server.env]
NPS_API_KEY = "<your NPS_API_KEY>"
NPS_BASE_URL = "<your NPS_BASE_URL>"
MCP_HTTP_HOST = "<your MCP_HTTP_HOST>"
MCP_HTTP_PORT = "<your MCP_HTTP_PORT>"
MCP_HTTP_ENDPOINT_PATH = "<your MCP_HTTP_ENDPOINT_PATH>"
MCP_AUTH_MODE = "<your MCP_AUTH_MODE>"
MCP_LOG_LEVEL = "<your MCP_LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://national-parks.caseyjhand.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"national-parks-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/national-parks-mcp-server",
"run",
"start:stdio"
],
"env": {
"NPS_API_KEY": "<your NPS_API_KEY>",
"NPS_BASE_URL": "<your NPS_BASE_URL>",
"MCP_LOG_LEVEL": "<your MCP_LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"national-parks-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/national-parks-mcp-server",
"run",
"start:http"
],
"env": {
"NPS_API_KEY": "<your NPS_API_KEY>",
"NPS_BASE_URL": "<your NPS_BASE_URL>",
"MCP_HTTP_HOST": "<your MCP_HTTP_HOST>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>",
"MCP_HTTP_ENDPOINT_PATH": "<your MCP_HTTP_ENDPOINT_PATH>",
"MCP_AUTH_MODE": "<your MCP_AUTH_MODE>",
"MCP_LOG_LEVEL": "<your MCP_LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"national-parks-mcp-server": {
"url": "https://national-parks.caseyjhand.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"national-parks-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/national-parks-mcp-server",
"run",
"start:stdio"
],
"env": {
"NPS_API_KEY": "<your NPS_API_KEY>",
"NPS_BASE_URL": "<your NPS_BASE_URL>",
"MCP_LOG_LEVEL": "<your MCP_LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"national-parks-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/national-parks-mcp-server",
"run",
"start:http"
],
"env": {
"NPS_API_KEY": "<your NPS_API_KEY>",
"NPS_BASE_URL": "<your NPS_BASE_URL>",
"MCP_HTTP_HOST": "<your MCP_HTTP_HOST>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>",
"MCP_HTTP_ENDPOINT_PATH": "<your MCP_HTTP_ENDPOINT_PATH>",
"MCP_AUTH_MODE": "<your MCP_AUTH_MODE>",
"MCP_LOG_LEVEL": "<your MCP_LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"national-parks-mcp-server": {
"type": "http",
"url": "https://national-parks.caseyjhand.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"national-parks-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cyanheads/national-parks-mcp-server",
"run",
"start:stdio"
],
"env": {
"NPS_API_KEY": "<your NPS_API_KEY>",
"NPS_BASE_URL": "<your NPS_BASE_URL>",
"MCP_LOG_LEVEL": "<your MCP_LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"national-parks-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cyanheads/national-parks-mcp-server",
"run",
"start:http"
],
"env": {
"NPS_API_KEY": "<your NPS_API_KEY>",
"NPS_BASE_URL": "<your NPS_BASE_URL>",
"MCP_HTTP_HOST": "<your MCP_HTTP_HOST>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>",
"MCP_HTTP_ENDPOINT_PATH": "<your MCP_HTTP_ENDPOINT_PATH>",
"MCP_AUTH_MODE": "<your MCP_AUTH_MODE>",
"MCP_LOG_LEVEL": "<your MCP_LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"national-parks-mcp-server": {
"serverUrl": "https://national-parks.caseyjhand.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"national-parks-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/national-parks-mcp-server",
"run",
"start:stdio"
],
"env": {
"NPS_API_KEY": "<your NPS_API_KEY>",
"NPS_BASE_URL": "<your NPS_BASE_URL>",
"MCP_LOG_LEVEL": "<your MCP_LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"national-parks-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/national-parks-mcp-server",
"run",
"start:http"
],
"env": {
"NPS_API_KEY": "<your NPS_API_KEY>",
"NPS_BASE_URL": "<your NPS_BASE_URL>",
"MCP_HTTP_HOST": "<your MCP_HTTP_HOST>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>",
"MCP_HTTP_ENDPOINT_PATH": "<your MCP_HTTP_ENDPOINT_PATH>",
"MCP_AUTH_MODE": "<your MCP_AUTH_MODE>",
"MCP_LOG_LEVEL": "<your MCP_LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"national-parks-mcp-server": {
"url": "https://national-parks.caseyjhand.com/mcp"
}
}
}{
"mcpServers": {
"national-parks-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/national-parks-mcp-server",
"run",
"start:stdio"
],
"env": {
"NPS_API_KEY": "<your NPS_API_KEY>",
"NPS_BASE_URL": "<your NPS_BASE_URL>",
"MCP_LOG_LEVEL": "<your MCP_LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"national-parks-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/national-parks-mcp-server",
"run",
"start:http"
],
"env": {
"NPS_API_KEY": "<your NPS_API_KEY>",
"NPS_BASE_URL": "<your NPS_BASE_URL>",
"MCP_HTTP_HOST": "<your MCP_HTTP_HOST>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>",
"MCP_HTTP_ENDPOINT_PATH": "<your MCP_HTTP_ENDPOINT_PATH>",
"MCP_AUTH_MODE": "<your MCP_AUTH_MODE>",
"MCP_LOG_LEVEL": "<your MCP_LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.cyanheads%2Fnational-parks-mcp-server)<a href="https://mcptoplist.com/server/io.github.cyanheads%2Fnational-parks-mcp-server"><img src="https://mcptoplist.com/badge/io.github.cyanheads%2Fnational-parks-mcp-server.svg" alt="MCP Toplist: Top 10% of 132,345" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
cyanheads
Other servers by cyanheads
- MCP Ts Core#61 · 194 vers
- obsidian-mcp-server#155 · 35 vers
- Pubmed MCP Server#205 · 88 vers
- Clinicaltrialsgov MCP Server#372 · 73 vers
- Git MCP Server#432 · 43 vers
- Openalex MCP Server#1,347 · 48 vers
- Secedgar MCP Server#1,428 · 57 vers
- Pubchem MCP Server#1,782 · 37 vers
- @cyanheads/eur-lex-mcp-server#1,822 · 36 vers
- ntfy-mcp-server#1,880 · 12 vers
- @cyanheads/openstreetmap-mcp-server#1,911 · 41 vers
- open-meteo-mcp-server#2,017 · 27 vers
Available versions (8)
| Version | Published |
|---|---|
| 0.1.7 | Sep 20, 2026 |
| 0.1.6 | Aug 23, 2026 |
| 0.1.5 | Jul 16, 2026 |
| 0.1.4 | Jul 16, 2026 |
| 0.1.3 | Jul 16, 2026 |
| 0.1.2 | Jun 20, 2026 |
| 0.1.1 | Jun 15, 2026 |
| 0.1.0 | Jun 14, 2026 |
Frequently asked questions
- Who maintains National Parks MCP Server?
- National Parks MCP Server is maintained by cyanheads, which publishes 135 MCP servers (2378 total versions) tracked on MCP Toplist.
- Is National Parks MCP Server listed on the Official MCP Registry?
- Yes — National Parks MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does National Parks MCP Server have?
- MCP Toplist tracks 8 versions of National Parks MCP Server, most recently published on Sep 20, 2026.
- Where can I find the source code for National Parks MCP Server?
- The source code for National Parks MCP Server is hosted at github.com/cyanheads/national-parks-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.