mcpbeat Sign in

Webnav MCP Server

by lucyfuur94 Your server? Claim it
local only

Webnav runs on your own machine — the client starts it, so there is no endpoint to ping. 35 installs a week from npm. Last commit 20 Jul 2026.

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

Installs per day peak 11 · avg 6 · +42% w/w
a month agotoday
35
Installs / week
npm · @dikshanty94/webnav
0
Stars
0 open issues
20 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
preinstall: node scripts/check-node.mjs

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add webnav -- npx -y @dikshanty94/webnav
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "webnav": {
      "args": [
        "-y",
        "@dikshanty94/webnav"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.webnav]
command = "npx"
args = ["-y", "@dikshanty94/webnav"]
.cursor/mcp.json
{
  "mcpServers": {
    "webnav": {
      "args": [
        "-y",
        "@dikshanty94/webnav"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "webnav": {
      "args": [
        "-y",
        "@dikshanty94/webnav"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Webnav

same job, measured the same way
BrowserTap MCP
by linvireo

MCP server that drives the real Chrome you already use, through an extension and CDP.

97 installs/wk local only
Selenix MCP Server
by markmircea

MCP server that bridges local apps with Selenix for browser automation.

32 installs/wk local only
Tap
by leonting1010

Browser MCP for logged-in tasks. Uses your Chrome — credentials stay local. Zero-token replay.

548 installs/wk 4 tools answering
Shiplight
by shiplight

An MCP server that provides browser automation

2 015 installs/wk local only
WordCast MCP
by rocnubie

WordCast is a browser-based text-to-speech reader that runs entirely on-device using the Web Speech

local only
Slack MCP Server
by jtalk22

Catch up on Slack without reading it. Unreads, threads, search. Browser-session or hosted OAuth.

404 installs/wk answering
MCP Browser
by brainfuel

Native macOS browser exposing an MCP server so AI agents can drive a real WKWebView.

local only
Eyebrowse
by evil-bane

Stealthy, LLM-drivable browser engine — a Python library + 85-tool MCP server on stealth Chromium.

141 installs/wk local only

Webnav — questions

Answers built from our own checks of this server.

Why is there no uptime for Webnav?
Webnav runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @dikshanty94/webnav was installed 35 times last week.
How do I connect Webnav?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @dikshanty94/webnav straight from npm; nothing to host, nothing to sign up for.
How many people use Webnav?
The npm package @dikshanty94/webnav was installed 35 times in the last week. Week over week that is +42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Webnav open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.