Skip to content
Zed

alltrails mcp for Zed

io.github.chrischall/alltrails-mcp

Unofficial AllTrails MCP for Claude — search trails, get details, reviews, photos, saved lists

client:Zed transport:stdio runtime:npm

Install alltrails mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "alltrails-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "alltrails-mcp"
      ],
      "env": {
        "ALLTRAILS_USER_ID": "<ALLTRAILS_USER_ID>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

alltrails mcp in other clients