humanized-browser

humanized-browser

This MCP server enables natural, humanized control of a real Chrome browser from Cursor agents, simulating natural mouse paths, typing cadence, and scroll pauses for click, type, scroll, and navigate actions via a Chrome extension.

Category
Visit Server

README

Humanized Browser

Operate your real Chrome browser in a humanized way from Cursor: natural mouse paths, typing cadence, and scroll pauses — so everyday tasks feel like a person, not a bot.

Architecture

User (Cursor Agent)
    → MCP stdio (packages/mcp-server)
    → WebSocket 127.0.0.1:19501
    → Chrome extension (packages/extension)
    → Humanized click / type / scroll / navigate
Layer Role
Cursor Agent Plans the task and calls tools
MCP server Tool surface, pairing token, localhost WS hub
Chrome extension Snapshot + humanized execution on your tabs

We do not rebuild a daily LLM agent loop — Cursor is the brain. This repo is the hand.

Prerequisites

  • Node.js 20+
  • pnpm 9+ (npm install -g pnpm)
  • Google Chrome (or Chromium)
  • Cursor with Agent / MCP enabled

Setup

1. Install & build

pnpm install
pnpm build

2. Load the extension

  1. Open chrome://extensions
  2. Enable Developer mode
  3. Load unpacked → select packages/extension/dist
  4. Keep the extension enabled

3. Pair with the MCP server

When Cursor starts the MCP server it writes:

  • ~/.humanized-browser/credentials.json{ token, port }
  • Token also printed on stderr of the MCP process

Open the Humanized Browser popup → paste token → set port (default 19501) → Connect.
Badge shows ON when connected.

4. Cursor MCP config

Project config is already at .cursor/mcp.json (absolute path to the built MCP entry). After pnpm build, reload MCP in Cursor (Settings → MCP), or restart Cursor.

If you move the repo, update the args path in .cursor/mcp.json accordingly.

Tools

Tool Purpose
browser_status Extension online?
tabs_list List tabs
navigate Open URL (humanized pause after load)
snapshot Compressed page tree + refs
click Bezier mouse path + jitter
type Variable key delays
scroll Humanized scroll / scroll-into-view
wait Delay or wait for selector/ref
screenshot Viewport capture (prefer snapshot for actions)

Example prompt (in Cursor Agent)

Use humanized-browser tools: open https://example.com, snapshot the page, and click the “More information…” link if present.

Humanize defaults

Humanized timing is on by default. Popup Fast mode skips delays for debugging only — do not use it for real sites you care about.

Security

  • WebSocket hub binds to 127.0.0.1 only
  • Extension must present the pairing token
  • No remote browser control in this MVP

Packages

  • packages/shared — protocol + humanize helpers
  • packages/mcp-server — MCP stdio + WS hub
  • packages/extension — MV3 execution plane

End-to-end checklist

  1. pnpm build succeeds
  2. Extension loads from packages/extension/dist without errors
  3. Cursor MCP shows humanized-browser connected
  4. Popup Connect → status connected / badge ON
  5. In Agent: call browser_status → connected
  6. navigatesnapshotclick/type with visible humanized motion

Out of scope (later)

  • Cursor SDK headless runner
  • Native Messaging instead of WS
  • Domain allowlists / recording

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured