A
AllTrails
Connect the AllTrails remote MCP server at https://www.alltrails.com/mcp
Share:
About
Connect the AllTrails remote MCP server at https://www.alltrails.com/mcp. Find your next hike. Setup guides for Claude Code, Codex, Cursor, and VS Code.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task
Screenshots
No screenshots yet.
Install AllTrails
Server URL
https://www.alltrails.com/mcpClaude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"alltrails": {
"url": "https://www.alltrails.com/mcp",
"transport": "http",
"authType": "oauth"
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"alltrails": {
"url": "https://www.alltrails.com/mcp"
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"alltrails": {
"type": "http",
"url": "https://www.alltrails.com/mcp"
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.