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
Quick Start
Clone the repository:
git clone https://github.com/srinath1510/alltrails-mcp-serverClaude 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.