mcp-server-nationalparks
Documentation
National Parks MCP Server
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:
npx -y @smithery/cli install @KyrieTangSheng/mcp-server-nationalparks --client claudeNPS 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`:
{
"mcpServers": {
"nationalparks": {
"command": "npx",
"args": ["-y", "mcp-server-nationalparks"],
"env": {
"NPS_API_KEY": "YOUR_NPS_API_KEY"
}
}
}
}Example Usage
Finding Parks in a State
Tell me about national parks in Colorado.Getting Details About a Specific Park
What's the entrance fee for Yellowstone National Park?Checking for Alerts or Closures
Are there any closures or alerts at Yosemite right now?Finding Visitor Centers
What visitor centers are available at Grand Canyon National Park?Looking for Campgrounds
Are there any campgrounds with electrical hookups in Zion National Park?Finding Upcoming Events
What events are happening at Acadia National Park next weekend?Planning a Trip Based on Activities
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.
Appendix: Popular National Parks and their codes
| Park Name | Park Code |
|---|---|
| Yosemite | yose |
| Grand Canyon | grca |
| Yellowstone | yell |
| Zion | zion |
| Great Smoky Mountains | grsm |
| Acadia | acad |
| Olympic | olym |
| Rocky Mountain | romo |
| Joshua Tree | jotr |
| Sequoia & Kings Canyon | seki |
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
Playwright MCP server TypeScript-based implementation. Trusted by 22000+ developers. Trusted by 22000+ developers. Trusted by 22000+ developers.
Official Notion MCP Server TypeScript-based implementation. Trusted by 3400+ developers. Trusted by 3400+ developers. Trusted by 3400+ developers.
Directory for Awesome MCP Servers TypeScript-based implementation. Trusted by 1900+ developers. Trusted by 1900+ developers.
🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes.
MCP Aggregator, Orchestrator, Middleware, Gateway in one docker TypeScript-based implementation. Trusted by 1400+ developers.
MCP Server for kubernetes management commands TypeScript-based implementation. Trusted by 1100+ developers. Trusted by 1100+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP