Skip to main content
Travel & TransportationPython

srinath1510/alltrails-mcp-server

A MCP server that provides access to AllTrails data, allowing you to search for hiking trails and get detailed trail information

travel-transportationcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/srinath1510/alltrails-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "alltrails-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "srinath1510/alltrails-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Travel & Transportation
Language
Python
Author
srinath1510