Skip to content
Claude Desktop

webnav for Claude Desktop

io.github.lucyfuur94/webnav

A zero-LLM MCP server that replays recorded site maps instead of re-exploring browser routes.

client:Claude Desktop transport:stdio runtime:npm

Install webnav in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "webnav": {
      "command": "npx",
      "args": [
        "-y",
        "@dikshanty94/webnav"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

webnav in other clients