humanized-browser
Operates a real Google Chrome browser in a humanized way, providing tools for navigating, snapshotting, clicking, typing, scrolling, and taking screenshots of tabs with natural mouse paths and typing cadence.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@humanized-browseropen https://example.com, snapshot the page, and click the "More information..." link if present"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 / navigateLayer | 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.
Related MCP server: MCP Chrome Bridge
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 build2. Load the extension
Open
chrome://extensionsEnable Developer mode
Load unpacked → select
packages/extension/distKeep 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 |
| Extension online? |
| List tabs |
| Open URL (humanized pause after load) |
| Compressed page tree + |
| Bezier mouse path + jitter |
| Variable key delays |
| Humanized scroll / scroll-into-view |
| Delay or wait for selector/ref |
| 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 buildsucceedsExtension loads from
packages/extension/distwithout errorsCursor MCP shows
humanized-browserconnectedPopup Connect → status
connected/ badgeONIn Agent: call
browser_status→ connectednavigate→snapshot→click/typewith visible humanized motion
Out of scope (later)
Cursor SDK headless runner
Native Messaging instead of WS
Domain allowlists / recording
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP server that enables AI agents to control a real Google Chrome instance using specific user profiles, cookies, and extensions. It provides 18 tools for browser navigation, element interaction, and page inspection via the Chrome DevTools Protocol.Last updated
- Alicense-qualityCmaintenanceEnables AI agents to control Chrome browser actions like navigation, clicking, form filling, screenshots, and console/network logging via an MCP server and Chrome extension.Last updated1,042MIT
- Alicense-qualityCmaintenanceGives coding agents full control over a real Chrome browser, enabling navigation, clicking, typing, screenshotting, and more via an MCP server and Chrome extension.Last updated212MIT
- Alicense-qualityAmaintenanceMCP server to control a real Chrome browser from Claude, enabling navigation, DOM snapshots, clicks, typing, screenshots, and JS execution via a Chrome extension bridge.Last updatedMIT
Related MCP Connectors
Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.
Browser MCP for logged-in tasks. Uses your Chrome — credentials stay local. Zero-token replay.
A paid remote MCP for AI agent browser approval MCP, built to return verdicts, receipts, usage logs,
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/stoneliving/Humanized-Browser'
If you have feedback or need assistance with the MCP directory API, please join our Discord server