The National Parks MCP Server is a powerful tool for accessing real-time information about U.S. National Parks through the National Park Service (NPS) API. It provides detailed data on parks, alerts, visitor centers, campgrounds, and upcoming events.
findParks
stateCode
(optional string): Filter parks by state code.q
(optional string): Search term to filter parks by name or description.limit
(optional number): Maximum number of parks to return.start
(optional number): Start position for results.activities
(optional string): Filter by available activities.getParkDetails
parkCode
(string): The park code of the national park.getAlerts
parkCode
(optional string): Filter alerts by park code.limit
(optional number): Maximum number of alerts to return.start
(optional number): Start position for results.q
(optional string): Search term to filter alerts by title or description.getVisitorCenters
parkCode
(optional string): Filter visitor centers by park code.limit
(optional number): Maximum number of visitor centers to return.start
(optional number): Start position for results.q
(optional string): Search term to filter visitor centers by name or description.getCampgrounds
parkCode
(optional string): Filter campgrounds by park code.limit
(optional number): Maximum number of campgrounds to return.start
(optional number): Start position for results.q
(optional string): Search term to filter campgrounds by name or description.getEvents
parkCode
(optional string): Filter events by park code.limit
(optional number): Maximum number of events to return.start
(optional number): Start position for results.dateStart
(optional string): Start date for filtering events.dateEnd
(optional string): End date for filtering events.q
(optional string): Search term to filter events by title or description.To install mcp-server-nationalparks for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @KyrieTangSheng/mcp-server-nationalparks --client claude
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"
}
}
}
}
Tell me about national parks in Colorado.
What's the entrance fee for Yellowstone National Park?
Are there any closures or alerts at Yosemite right now?
What visitor centers are available at Grand Canyon National Park?
Are there any campgrounds with electrical hookups in Zion National Park?
What events are happening at Acadia National Park next weekend?
Which national parks in Utah have good hiking trails?
This MCP server is licensed under the MIT License. See the LICENSE file for details.
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.