The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the MCP Server Nationalparks listing page.
MCP Server for the National Park Service (NPS) API, providing real-time information about U.S. National Parks, including park details, alerts, and activities.
findParks
stateCode (optional string): Filter parks by state code (e.g., "CA" for California). Multiple states can be comma-separated (e.g., "CA,OR,WA")q (optional string): Search term to filter parks by name or descriptionlimit (optional number): Maximum number of parks to return (default: 10, max: 50)start (optional number): Start position for results (useful for pagination)activities (optional string): Filter by available activities (e.g., "hiking,camping")getParkDetails
parkCode (string): The park code of the national park (e.g., "yose" for Yosemite, "grca" for Grand Canyon)getAlerts
parkCode (optional string): Filter alerts by park code (e.g., "yose" for Yosemite). Multiple parks can be comma-separated (e.g., "yose,grca")limit (optional number): Maximum number of alerts to return (default: 10, max: 50)start (optional number): Start position for results (useful for pagination)q (optional string): Search term to filter alerts by title or descriptiongetVisitorCenters
parkCode (optional string): Filter visitor centers by park code (e.g., "yose" for Yosemite). Multiple parks can be comma-separated (e.g., "yose,grca")limit (optional number): Maximum number of visitor centers to return (default: 10, max: 50)start (optional number): Start position for results (useful for pagination)q (optional string): Search term to filter visitor centers by name or descriptiongetCampgrounds
parkCode (optional string): Filter campgrounds by park code (e.g., "yose" for Yosemite). Multiple parks can be comma-separated (e.g., "yose,grca")limit (optional number): Maximum number of campgrounds to return (default: 10, max: 50)start (optional number): Start position for results (useful for pagination)q (optional string): Search term to filter campgrounds by name or descriptiongetEvents
parkCode (optional string): Filter events by park code (e.g., "yose" for Yosemite). Multiple parks can be comma-separated (e.g., "yose,grca")limit (optional number): Maximum number of events to return (default: 10, max: 50)start (optional number): Start position for results (useful for pagination)dateStart (optional string): Start date for filtering events (format: YYYY-MM-DD)dateEnd (optional string): End date for filtering events (format: YYYY-MM-DD)q (optional string): Search term to filter events by title or descriptionTo install mcp-server-nationalparks for Claude Desktop automatically via Smithery:
To use this server with Claude Desktop, add the following to your claude_desktop_config.json:
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.