Webghosting Browser
Intelligent stealth browser MCP server for AI agents with 30 tools, 22 anti fingerprint scripts, and LLM powered extraction. Works seamlessly with Cursor, Claude, VS Code, and any OpenAI compatible LLM.
What is Webghosting Browser?
Webghosting Browser is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to intelligent stealth browser mcp server for ai agents with 30 tools, 22 anti fingerprint scripts, and llm powered extraction. works seamlessly with cursor, claude, vs code, and any openai compatible ll...
Intelligent stealth browser MCP server for AI agents with 30 tools, 22 anti fingerprint scripts, and LLM powered extraction. Works seamlessly with Cursor, Claude, VS Code, and any OpenAI compatible LLM.
This server falls under the Browser Automation category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Intelligent stealth browser MCP server for AI agents with 30
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx webghosting-mcpConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Webghosting Browser
Webghosting MCP is an intelligent stealth browser automation server for AI agents, built in Go and exposing 34 browser control tools along with 22 anti-fingerprint scripts designed to evade bot detection. It supports navigation, clicking, typing, form filling, multi-tab management, data extraction via accessibility trees, and LLM-powered content extraction. The server works with any OpenAI-compatible LLM provider and integrates seamlessly with Claude Desktop, Cursor, VS Code, and similar MCP clients.
Prerequisites
- Go 1.21 or higher installed (the server binary is compiled from Go source)
- An MCP-compatible client such as Claude Desktop or Cursor
- An API key for an LLM provider (AI_API_KEY) — supports OpenAI, Groq, Ollama, NVIDIA NIM, and others
- Optional: a SARVAM_API_KEY if you plan to use voice assistant features
Clone the repository
Clone the WEBGhosting-MCP repository to your local machine.
git clone https://github.com/yranjan06/WEBGhosting-MCP.git
cd WEBGhosting-MCPBuild the Go binary
Compile the server binary using the Go toolchain. The output binary 'webmcp' will be used as the MCP server command.
go build -o webmcp ./cmd/...Set required environment variables
Configure your LLM provider credentials. By default the server targets an OpenAI-compatible endpoint; override AI_BASE_URL and AI_MODEL to use alternative providers.
export AI_API_KEY="your_openai_or_compatible_api_key"
export AI_BASE_URL="https://api.openai.com/v1"
export AI_MODEL="gpt-4o"Configure Claude Desktop
Register the compiled binary in your Claude Desktop configuration file with the required environment variables.
{
"mcpServers": {
"webghosting": {
"command": "/path/to/WEBGhosting-MCP/webmcp",
"env": {
"AI_API_KEY": "your_api_key",
"AI_BASE_URL": "https://api.openai.com/v1",
"AI_MODEL": "gpt-4o",
"BROWSER_HEADLESS": "true"
}
}
}
}Restart Claude Desktop and test navigation
Restart Claude Desktop and ask it to browse to a URL to confirm the stealth browser is operational.
Webghosting Browser Examples
Client configuration
Claude Desktop configuration for the Webghosting MCP server running in headless stealth mode.
{
"mcpServers": {
"webghosting": {
"command": "/path/to/WEBGhosting-MCP/webmcp",
"env": {
"AI_API_KEY": "your_llm_api_key",
"AI_BASE_URL": "https://api.openai.com/v1",
"AI_MODEL": "gpt-4o",
"BROWSER_HEADLESS": "true",
"BROWSER_USER_DATA_DIR": "/Users/yourname/.webghosting/profile"
}
}
}
}Prompts to try
Example prompts for browser navigation, form interaction, data extraction, and multi-tab workflows.
- "Navigate to https://news.ycombinator.com and extract the titles and URLs of the top 10 stories"
- "Go to https://example.com/login, fill in the username '[email protected]' and password field, then submit the form"
- "Open three tabs: one for Google, one for Bing, and one for DuckDuckGo, then search for 'MCP servers' on each"
- "Take a screenshot of the current page and describe what you see"
- "Scroll down the page and extract all product names and prices from the listing"Troubleshooting Webghosting Browser
Go build fails with missing dependencies
Run 'go mod tidy' inside the repository directory to download and resolve all Go module dependencies before building. Ensure your Go version is 1.21 or higher with 'go version'.
Browser automation fails or pages are not loading
Check that BROWSER_HEADLESS is set to 'true' for server environments. If you need to debug what the browser is rendering, set it to 'false' to see the browser window. Also ensure the system has the required browser dependencies installed.
LLM-powered extraction returns errors about API connectivity
Verify AI_API_KEY, AI_BASE_URL, and AI_MODEL are all set correctly in your environment. When using alternative providers like Groq or Ollama, set AI_BASE_URL to their OpenAI-compatible endpoint URL and AI_MODEL to one of their supported model identifiers.
Frequently Asked Questions about Webghosting Browser
What is Webghosting Browser?
Webghosting Browser is a Model Context Protocol (MCP) server that intelligent stealth browser mcp server for ai agents with 30 tools, 22 anti fingerprint scripts, and llm powered extraction. works seamlessly with cursor, claude, vs code, and any openai compatible llm. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Webghosting Browser?
Follow the installation instructions on the Webghosting Browser GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Webghosting Browser?
Webghosting Browser works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Webghosting Browser free to use?
Yes, Webghosting Browser is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Webghosting Browser Alternatives — Similar Browser Automation Servers
Looking for alternatives to Webghosting Browser? Here are other popular browser automation servers you can use with Claude, Cursor, and VS Code.
Chrome DevTools MCP
★ 40.6kAI-powered Chrome automation server with natural language element detection. Control Chrome browser through MCP protocol for testing, debugging, and performance analysis. Features 91% accuracy in element location, works with free AI models, and suppo
UI TARS Desktop
★ 34.9k📇 🏠 - Browser automation capabilities using Puppeteer, both support local and remote browser connection.
Playwright
★ 32.8kA production-ready browser automation server that enables AI assistants to interact with web pages using tools for navigation, element interaction, and data extraction. It features a built-in Inspector UI and robust crash recovery for reliable automa
Page Agent
★ 18.0kJavaScript in-page GUI agent. Control web interfaces with natural language.
Chrome
★ 11.7kAn extension-based MCP server that enables AI assistants to control your browser, leveraging existing sessions and login states for automation and content analysis. It provides over 20 tools for semantic tab search, interactive element manipulation,
LAMDA
★ 7.8kThe most powerful Android RPA agent framework, next generation mobile automation.
Browse More Browser Automation MCP Servers
Explore all browser automation servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Webghosting Browser in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Webghosting Browser?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.