Skip to content
Cursor

webnav for Cursor

io.github.lucyfuur94/webnav

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

client:Cursor transport:stdio runtime:npm

Install webnav in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

webnav in other clients