mcpbeat Sign in

jev-ultrafast-mcp MCP Server

by jiawei686 Your server? Claim it
local only

jev-ultrafast-mcp runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 21 Sep 2026.

Hand browser work off to a server-side agent: read the page as a table, act, then verify.

Installs / week
pypi · jev-ultrafast-mcp
9
Stars
0 open issues
21 Sep 2026
Last commit
no recent releases
MIT
License
Python

What the code does

We read the source, 8 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.

        process = subprocess.Popen(

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

Alternatives to jev-ultrafast-mcp

same job, measured the same way
Oya Browser
by oyadotai

Real Chrome for agents: start a browser, read pages as numbered markdown, click, type, hand off.

answering
Stealth Agent Browser
by ykshah1309

Stealth Chromium MCP server with hybrid AOM + Set-of-Mark vision and Readability extraction.

41 installs/wk local only
Feedthrough
by feedthrough

Debug bridge inside your web app: an agent reads the DOM, console and network. Any browser.

67 installs/wk local only
Lan Direct
by farshadmomo

Browser MCP: the app under test egresses via the real ISP while the agent stays on the VPN.

38 installs/wk local only
Arc Control (macOS)
by db-25

macOS-only MCP server for the Arc browser: tabs, navigation, page reading, DOM, scripting

18 installs/wk local only
SideButton MCP Server
by sidebutton

Open-source MCP server with browser automation and knowledge packs for AI agents

65 installs/wk local only
KitchenSink4Web
by kitchensink4ai

Browser MCP server: budgeted page reads, honest unread accounting, structured extraction.

local only
KitchenSink4Web
by nometalalchemist

Browser MCP server: budgeted page reads, honest unread accounting, structured extraction.

local only

jev-ultrafast-mcp — questions

Answers built from our own checks of this server.

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