Webghosting Browser

v1.0.0Browser Automationstable

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.

ai-agentsantigravitybrowser-automationclaudecloude
Share:
30
Stars
0
Downloads
0
Weekly
0/5

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

Stealth browser automation
Fingerprint avoidance
Web scraping
yranjan06

Maintainer

LicenseMIT
Languagego
Versionv1.0.0
UpdatedMay 18, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx webghosting-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

Clone the repository

Clone the WEBGhosting-MCP repository to your local machine.

git clone https://github.com/yranjan06/WEBGhosting-MCP.git
cd WEBGhosting-MCP
2

Build 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/...
3

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"
4

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"
      }
    }
  }
}
5

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.

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.

Quick Config Preview

{ "mcpServers": { "webghosting-mcp": { "command": "npx", "args": ["-y", "webghosting-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides