★ 27 stars
Go
🤖 AI/LLM
Updated 7d ago
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.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"webghosting-mcp": {
"command": "go",
"args": [
"run",
"github.com/yranjan06/WEBGhosting-MCP@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add webghosting-mcp go run github.com/yranjan06/WEBGhosting-MCP@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"webghosting-mcp": {
"command": "go",
"args": [
"run",
"github.com/yranjan06/WEBGhosting-MCP@latest"
]
}
}
}
📋 Copy
Topics
ai-agents antigravity browser-automation claude cloude copilot cursor golang llm mcp-server model-context-protocol playwright web-scraping