webnav
Rank #31,128io.github.lucyfuur94/webnav
A zero-LLM MCP server that replays recorded site maps instead of re-exploring browser routes.
webnav is a Model Context Protocol (MCP) server published by lucyfuur94. It ranks #31,128 of 115,591 servers tracked on MCP Toplist. webnav is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jun 12, 2026 and most recently updated on Jul 20, 2026.
Ranks ahead of 84,463 of 115,591 servers on MCP Toplist.
Use webnav
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add webnav -- npx -y @dikshanty94/webnav[mcp_servers.webnav]
command = "npx"
args = ["-y", "@dikshanty94/webnav"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"webnav": {
"command": "npx",
"args": [
"-y",
"@dikshanty94/webnav"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"webnav": {
"command": "npx",
"args": [
"-y",
"@dikshanty94/webnav"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"webnav": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dikshanty94/webnav"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"webnav": {
"command": "npx",
"args": [
"-y",
"@dikshanty94/webnav"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"webnav": {
"command": "npx",
"args": [
"-y",
"@dikshanty94/webnav"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.lucyfuur94%2Fwebnav)<a href="https://mcptoplist.com/server/io.github.lucyfuur94%2Fwebnav"><img src="https://mcptoplist.com/badge/io.github.lucyfuur94%2Fwebnav.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
lucyfuur94
Other servers by lucyfuur94
View all lucyfuur94 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.2.0 | Jul 20, 2026 |
Frequently asked questions
- Who maintains webnav?
- webnav is maintained by lucyfuur94, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is webnav listed on the Official MCP Registry?
- Yes — webnav is listed on the Official MCP Registry, alongside Glama.
- How many versions does webnav have?
- MCP Toplist tracks 1 version of webnav, most recently published on Jul 20, 2026.
- Where can I find the source code for webnav?
- The source code for webnav is hosted at github.com/lucyfuur94/webnav-core.