mcpbeat Sign in

jevnav MCP Server

by dtduc-git Your server? Claim it
local only

jevnav runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

Replayable browser automation: Jev picks the element, a gate blocks risky actions, every run traces.

Installs / week
pypi · jevnav
1
Stars
0 open issues
22 Sep 2026
Last commit
no recent releases
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check jevnav every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 jevnav -- uvx jevnav
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "jevnav": {
      "args": [
        "jevnav"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.jevnav]
command = "uvx"
args = ["jevnav"]
.cursor/mcp.json
{
  "mcpServers": {
    "jevnav": {
      "args": [
        "jevnav"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "jevnav": {
      "args": [
        "jevnav"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: TYPESAFE_API_KEY (TypeSafe API key for Jev decisions (optional if ~/.config/typesafe/apikey.txt exists)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to jevnav

same job, measured the same way
Browser Use
by therealtimex

AI browser automation - navigate, click, type, extract content, and run autonomous web tasks

44 installs/wk local only
Codify MCP
by cybairfly

Easily create reusable automation tools from casual browser actions using Apify Agent

31 installs/wk local only
Browser Automation Agent by Nova (CIVAI)
by civai-nova

I do everything related to Browser Automation & Management

4 tools answering
Openbrowser AI
by openbrowser

AI browser automation. Write async Python to navigate, click, type, and extract data.

666 installs/wk local only
Skyvern
by skyvern-ai

AI-powered browser automation — navigate, click, fill forms, and extract data from any website.

answering
Web Task
by rich-jojo

Browser tasks, sessions, and recipes for MCP and HTTP automation.

47 installs/wk local only
Web Task
by jojo-labs

Browser tasks, sessions, and recipes for MCP and HTTP automation.

local only
WebRun Browser Automation
by webrun

Run multi-step tasks in a real Chrome browser: persistent environments, live view, human takeover.

21 tools answering

jevnav — questions

Answers built from our own checks of this server.

Why is there no uptime for jevnav?
jevnav 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 pypi package jevnav.
How do I connect jevnav?
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 jevnav straight from pypi; nothing to host, nothing to sign up for.
Is jevnav open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 1 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.