loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

webmcp

MCP Tool

shakedzy/webmcp

The ultimate web-access MCP for any agent

Install

$ npx loaditout add shakedzy/webmcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "webmcp": {
      "command": "npx",
      "args": [
        "-y",
        "webmcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

🌐 Web MCP

The ultimate web-access MCP server. Combines extended Playwright browser automation with stealth capabilities, free web search, and dual-mode HTML-to-Markdown conversion.

Features
  • Browser automation with three engines: vanilla Playwright,

Camoufox (Firefox stealth), and CloakBrowser (Chromium stealth)

  • Free web search via DDGS (multi-backend: Bing, Brave, DuckDuckGo, Google, Yahoo, Wikipedia)
  • HTML-to-Markdown in two modes: as-is structural conversion

(markdownify) and article extraction (Trafilatura)

Requirements
  • Python 3.12+
  • uv
Setup
uv sync
uv run playwright install
Usage
Run MCP server (stdio)
uv run python -m web_mcp
Add to MCP configuration
{
  "mcpServers": {
    "web-mcp": {
      "command": "uv",
      "args": ["run", "--directory", "/path/to/web-mcp", "python", "-m", "web_mcp"]
    }
  }
}
Tools
Browser Tools

| Tool | Description | |------|-------------| | browser_configure | Set engine (playwright/camoufox/cloakbrowser), stealth options, proxy, viewport | | browser_navigate | Navigate to URL | | browser_navigate_back | Go back in history | | browser_snapshot | Get accessibility tree with numbered element refs | | browser_take_screenshot | Capture page or element screenshot | | browser_click | Click an element by ref | | browser_type | Type text into an element | | browser_fill_form | Fill multiple form fields at once | | browser_select_option | Select dropdown option(s) | | browser_hover | Hover over an element | | browser_drag | Drag and drop between elements | | browser_press_key | Press a keyboard key | | browser_evaluate | Execute JavaScript on the pa

Tags

agentmcpweb

Reviews

Loading reviews...

Quality Signals

1
Stars
0
Installs
Last updated20 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Access*

Details

Sourcegithub-crawl
Last commit3/30/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/shakedzy/webmcp)](https://loaditout.ai/skills/shakedzy/webmcp)