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.
Frequently Asked Questions
Common questions about AllTrails.
- What is the AllTrails MCP server?
- The AllTrails MCP server provides access to hiking and outdoor trail information. It allows integration with developer environments to find and plan your next hike, leveraging AllTrails' extensive database.
- How can I connect to the AllTrails MCP server?
- You can connect to the AllTrails MCP server via HTTP at https://www.alltrails.com/mcp. Setup guides are available for popular clients such as Claude Code, Codex, Cursor, and VS Code, accessible on the documentation page.
- Does the AllTrails MCP server require authentication?
- Yes, the AllTrails MCP server uses OAuth for authentication. You will need to complete the OAuth flow to authorize your client and access its capabilities, ensuring secure access to your account and data.
- What capabilities does the AllTrails MCP server offer?
- The AllTrails MCP server primarily provides functionality related to outdoor activities, maps, and hiking. While specific tools are not listed, it facilitates integrating trail discovery and planning into development workflows.
- Are there any costs associated with using the AllTrails MCP server?
- The cost of using the AllTrails MCP server depends on the underlying AllTrails service. Users should consult AllTrails' official website or their documentation for details regarding subscription plans or API usage fees.
- What is a prerequisite for using the AllTrails MCP server?
- A key prerequisite for using the AllTrails MCP server is an active AllTrails account, which is necessary for completing the OAuth authentication process. Without it, you cannot authorize access to the server.
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.