Loading MCP server directory, please wait...
Plan US National Park Service trips — parks, alerts, campgrounds, things to do, events.
npx @getmcp/cli add io.github.cyanheads/national-parks-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
NPS_API_KEYNPS Data API key, sent as the X-Api-Key header. Required — the server fails to start without it. Free instant signup at https://www.nps.gov/subjects/developer/get-started.htm.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cyanheads/national-parks-mcp-server": {
"command": "node",
"args": [
"@cyanheads/national-parks-mcp-server",
"run",
"start:stdio"
],
"env": {
"NPS_API_KEY": "",
"NPS_BASE_URL": "https://developer.nps.gov/api/v1",
"MCP_LOG_LEVEL": "info"
}
}
}
}