Skip to main content
Glama
dev-fahadaslam

rubber-duck-scraper

web-lens

Python MCP server with Playwright JS rendering, table extraction, and screenshots.

Tools (3)

Tool

Description

smart_scrape

Fetch any URL and extract content intelligently

screenshot_page

Screenshot URL → inline PNG in Claude

extract_tables

All HTML tables → clean JSON row arrays

Related MCP server: mcp-server-scraper

Setup

cd /Users/dev/Desktop/development/azure/Fahad/web-lens
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python -m playwright install chromium

Claude Desktop Config

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "web-lens": {
      "command": "/Users/dev/Desktop/development/azure/Fahad/web-lens/.venv/bin/python",
      "args": ["/Users/dev/Desktop/development/azure/Fahad/web-lens/src/server.py"]
    }
  }
}

Test with MCP Inspector

cd /Users/dev/Desktop/development/azure/Fahad/web-lens
npx @modelcontextprotocol/inspector .venv/bin/python src/server.py
F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dev-fahadaslam/web-lens-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server