
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
mcp-web-reader
Advanced tools
MCP server for reading web content with Jina Reader and local parser support
A powerful MCP (Model Context Protocol) server that enables Claude and other LLMs to read and parse web content. Bypasses access restrictions for WeChat articles, paywalled sites, and Cloudflare-protected pages.
npm install -g mcp-web-reader
Note: Chromium browser (~100-200MB) will be automatically downloaded. This is required for:
- WeChat articles (need browser rendering)
- Cloudflare-protected sites
- JavaScript-heavy sites
- CAPTCHA/access restrictions
Download may take 1-5 minutes depending on network speed.
git clone https://github.com/Gracker/mcp-web-reader.git
cd mcp-web-reader
npm install
npm run build
Add to your config file:
Windows: %APPDATA%\Claude\claude_desktop_config.json
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"web-reader": {
"command": "mcp-web-reader"
}
}
}
claude mcp add web-reader -- mcp-web-reader
claude mcp list
Start server in Streamable HTTP mode:
MCP_TRANSPORT=http MCP_HTTP_HOST=0.0.0.0 MCP_HTTP_PORT=3000 npm run start:http
Optional environment variables:
MCP_HTTP_PATH (default: /mcp)MCP_ENABLE_LEGACY_SSE=true to expose deprecated /sse + /messages endpointsCodex MCP config (HTTP):
[mcp_servers.web-reader]
type = "http"
url = "https://your-domain.com/mcp"
bearer_token_env_var = "WEB_READER_TOKEN"
In Claude:
fetch_url - Smart fetching with automatic fallbackfetch_url_with_jina - Force Jina Readerfetch_url_local - Force local parsingfetch_url_with_browser - Force browser mode (for restricted sites)fetch_multiple_urls - Batch URL fetchingIntelligent fallback:
URL Request → Jina Reader → Local Parser → Playwright Browser
Auto-detects restrictions and switches to browser for:
npm run dev # Development with auto-rebuild
npm run build # Build production version
npm start # Test run
npm run start:http # Run Streamable HTTP server
MIT License
FAQs
MCP server for reading web content with Jina Reader and local parser support
The npm package mcp-web-reader receives a total of 21 weekly downloads. As such, mcp-web-reader popularity was classified as not popular.
We found that mcp-web-reader demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.