WEBGhosting-MCP
by yranjan06·★ 29·Score 44
Intelligent stealth browser MCP server with anti-fingerprinting for AI agents to browse the web undetected.
Overview
WEBGhosting is a Go-based MCP server that provides AI agents with stealth browsing capabilities. It wraps Playwright with 22 anti-fingerprinting scripts to bypass bot detection while maintaining a human-like browsing experience. The server exposes 34 tools for navigation, interaction, data extraction, vision capabilities, memory management, and more, making it a comprehensive solution for web-based AI tasks.
Try asking AI
After installing, here are 6 things you can ask your AI assistant:
When to choose this
Choose WEBGhosting when you need AI agents to browse the web stealthily with human-like behavior and bypass anti-bot measures.
When NOT to choose this
Avoid this if you need headless browser automation without the stealth features, or if you prefer Python-based MCP servers.
Tools this server exposes
12 tools extracted from the READMEbrowseNavigate to a URL
clickClick on an element on the page
typeType text into an element
extractExtract data from the current page
screenshotTake a screenshot of the current page
scrollScroll the page up or down
open_tabOpen a new browser tab
switch_tabSwitch to a specific tab
close_tabClose the current tab
run_taskExecute a predefined task
get_page_contextGet the current page context and structure
wait_for_selectorWait for an element to appear
Comparable tools
Installation
- Download the binary for your platform from the releases page
- Configure your MCP client:
{
"servers": {
"webghosting": {
"type": "stdio",
"command": "/path/to/webmcp",
"env": {
"AI_API_KEY": "your-api-key",
"AI_BASE_URL": "https://api.openai.com/v1",
"AI_MODEL": "gpt-4o"
}
}
}
}- Start the MCP server in your compatible IDE or agent (Cursor, Claude Code, etc.)
FAQ
- What AI models are supported?
- WEBGhosting works with any OpenAI-compatible provider including Groq, Ollama, NVIDIA NIM, Together, and LM Studio.
- How does it avoid detection?
- The server includes 22 anti-fingerprinting scripts that modify browser characteristics to appear more human-like and bypass common bot detection mechanisms.
Compare WEBGhosting-MCP with
Last updated · Auto-generated from public README + GitHub signals.