shakedzy/webmcp
The ultimate web-access MCP for any agent
Platform-specific configuration:
{
"mcpServers": {
"webmcp": {
"command": "npx",
"args": [
"-y",
"webmcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
The ultimate web-access MCP server. Combines extended Playwright browser automation with stealth capabilities, free web search, and dual-mode HTML-to-Markdown conversion.
Camoufox (Firefox stealth), and CloakBrowser (Chromium stealth)
(markdownify) and article extraction (Trafilatura)
uv sync
uv run playwright installuv run python -m web_mcp{
"mcpServers": {
"web-mcp": {
"command": "uv",
"args": ["run", "--directory", "/path/to/web-mcp", "python", "-m", "web_mcp"]
}
}
}| 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
Loading reviews...