drio
Open app

National Parks MCP Server

Source

Catalog onlyCatalog onlySTDIO

Overview

The mcp-server-nationalparks is a server project designed to provide data and services related to national parks, potentially for use in applications that require information about these parks.

To use the mcp-server-nationalparks, clone the repository from GitHub and follow the setup instructions provided in the documentation to run the server locally or deploy it to a cloud platform.

  • Provides access to national park data. - Supports various queries related to parks. - Can be integrated with other applications for enhanced functionality.
  1. Building a mobile app that provides information about national parks.
  2. Creating a website that showcases national parks and their features.
  3. Developing educational tools that teach users about national parks.

Add to your AI client

Use these steps to connect National Parks MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server-nationalparks-kyrietangsheng": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-nationalparks-kyrietangsheng"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-server-nationalparks-kyrietangsheng": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-nationalparks-kyrietangsheng"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-server-nationalparks-kyrietangsheng": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-nationalparks-kyrietangsheng"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-server-nationalparks-kyrietangsheng": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-nationalparks-kyrietangsheng"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-server-nationalparks-kyrietangsheng": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-nationalparks-kyrietangsheng"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-server-nationalparks-kyrietangsheng": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-nationalparks-kyrietangsheng"
      ]
    }
  }
}

FAQ

What data does the server provide?

The server provides various data points related to national parks, including location, amenities, and visitor information.

Is there a cost to use the server?

The server is open-source and free to use under the MIT license.

How can I contribute to the project?

Contributions are welcome! You can fork the repository, make changes, and submit a pull request.

National Parks MCP Server — MCP Registry