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.
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
- Open
chrome://extensions - Enable Developer mode
- Load unpacked → select
packages/extension/dist - 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 helperspackages/mcp-server— MCP stdio + WS hubpackages/extension— MV3 execution plane
End-to-end checklist
pnpm buildsucceeds- Extension loads from
packages/extension/distwithout errors - Cursor MCP shows
humanized-browserconnected - Popup Connect → status
connected/ badgeON - In Agent: call
browser_status→ connected navigate→snapshot→click/typewith visible humanized motion
Out of scope (later)
- Cursor SDK headless runner
- Native Messaging instead of WS
- Domain allowlists / recording
Recommended Servers
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.
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.
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.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
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.
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.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.