trackmcp
Back to directory
KyrieTangSheng

mcp-server-nationalparks

View on GitHub
35 stars TypeScriptServers & Infrastructure Updated Oct 30, 2025

Documentation

National Parks MCP Server

smithery badge
Verified on MseeP

MCP Server for the National Park Service (NPS) API, providing real-time information about U.S. National Parks, including park details, alerts, and activities.

Tools

1. `findParks`

    2. `getParkDetails`

      3. `getAlerts`

        4. `getVisitorCenters`

          5. `getCampgrounds`

            6. `getEvents`

              Setup

              Installing via Smithery

              To install mcp-server-nationalparks for Claude Desktop automatically via Smithery:

              bash
              npx -y @smithery/cli install @KyrieTangSheng/mcp-server-nationalparks --client claude

              NPS API Key

              1. Get a free API key from the National Park Service Developer Portal

              2. Store this key securely as it will be used to authenticate requests

              Usage with Claude Desktop

              To use this server with Claude Desktop, add the following to your `claude_desktop_config.json`:

              json
              {
                "mcpServers": {
                  "nationalparks": {
                    "command": "npx",
                    "args": ["-y", "mcp-server-nationalparks"],
                    "env": {
                      "NPS_API_KEY": "YOUR_NPS_API_KEY"
                    }
                  }
                }
              }

              Example Usage

              Finding Parks in a State

              code
              Tell me about national parks in Colorado.

              Getting Details About a Specific Park

              code
              What's the entrance fee for Yellowstone National Park?

              Checking for Alerts or Closures

              code
              Are there any closures or alerts at Yosemite right now?

              Finding Visitor Centers

              code
              What visitor centers are available at Grand Canyon National Park?

              Looking for Campgrounds

              code
              Are there any campgrounds with electrical hookups in Zion National Park?

              Finding Upcoming Events

              code
              What events are happening at Acadia National Park next weekend?

              Planning a Trip Based on Activities

              code
              Which national parks in Utah have good hiking trails?

              License

              This MCP server is licensed under the MIT License. See the LICENSE file for details.

              Park NamePark Code
              Yosemiteyose
              Grand Canyongrca
              Yellowstoneyell
              Zionzion
              Great Smoky Mountainsgrsm
              Acadiaacad
              Olympicolym
              Rocky Mountainromo
              Joshua Treejotr
              Sequoia & Kings Canyonseki

              For a complete list, visit the NPS website.

              Frequently asked questions

              What is mcp-server-nationalparks?

              mcp-server-nationalparks is a Model Context Protocol (MCP) server listed in the TrackMCP directory.

              How do I install mcp-server-nationalparks?

              Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

              Is mcp-server-nationalparks open source?

              Yes — it is hosted on GitHub at https://github.com/KyrieTangSheng/mcp-server-nationalparks and has 35 stars.

              Related MCP tools

              Run your own MCP server? See who uses it and what to fix.

              Measure it with TrackMCP