Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ”Ž Search & Data Extraction
  3. Web Analyzer MCP
Web Analyzer MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 7:32:23 PM

Web Analyzer MCP

User RatingsBe the first to rate and review this MCP server!
View Repository4 GitHub StarsTotal stargazers on GitHub for the source repository (4 stars).Visit Website
web-scrapingragcontent-extractionquestion-answering

Extracts cleaned web pages as Markdown and answers questions about page content using OpenAI models.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "kimdonghwi94-web-analyzer-mcp": {
      "command": "uvx",
      "args": [
        "web-analyzer-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ”Ž More in Search & Data Extraction

Overview

kimdonghwi94/Web-Analyzer-MCP MCP server extracts relevant content from web pages and can return it as structured Markdown. It uses Selenium for page fetching, BeautifulSoup for parsing, and a content-scoring pipeline to reduce ads, navigation, duplicates, and other low-value material. Its Q&A tool chunks page content, selects relevant sections, and sends context to an OpenAI GPT model. Reach for it when an agent needs readable web content for RAG or answers grounded in a specific page.

Use cases

β€’Extract readable Markdown from article pages
β€’Answer questions about product documentation
β€’Prepare web content for RAG pipelines
β€’Remove navigation and advertising clutter from pages

Key features

β€’Web page to structured Markdown extraction
β€’Page-specific question answering
β€’Content importance scoring
β€’Selenium support for dynamic pages
β€’OpenAI model selection

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Web Analyzer MCP.

Extracted Tool Capabilities
Web page to structured Markdown extraction
Page-specific question answering
Content importance scoring
Selenium support for dynamic pages
OpenAI model selection

How Web Analyzer MCP works

What kimdonghwi94/Web-Analyzer-MCP MCP server does

kimdonghwi94/Web-Analyzer-MCP MCP server provides two MCP tools for working with web pages. url_to_markdown accepts a page URL and produces cleaned Markdown that preserves important text, tables, images, and other structured information. The extraction process is intended to remove common page clutter such as advertisements, navigation elements, duplicate content, and less relevant sections.

web_content_qna accepts a URL and a question. It extracts page content, identifies sections related to the question, and generates an answer with an OpenAI GPT model. This makes the server suitable for page-specific research, documentation lookup, and retrieval-augmented workflows where an agent needs a compact representation of a web page.

How it works

The server is built with FastMCP and runs as a Python module. For page extraction, it validates the URL, loads the page through Selenium, and parses the resulting HTML with BeautifulSoup. A custom scoring process ranks page elements by importance before filtering and converting the selected content to Markdown.

For Q&A, the server divides extracted text into chunks, scores those chunks for relevance to the supplied question, and selects context for answer generation. OpenAI models handle the final response. The README lists GPT-3.5, GPT-4, GPT-4 Turbo, and GPT-5 as model choices, with the configured model selected through an environment variable.

Setup and configuration

Install Python 3.10 or newer and make Chrome or Chromium available for Selenium-based browsing. The package can be installed with pip install web-analyzer-mcp, or the repository can be cloned and installed in editable mode. The documented server command is python -m web_analyzer_mcp.server.

Set OPENAI_API_KEY when using the Q&A tool. OPENAI_MODEL is optional; the documented default is gpt-3.5-turbo. The README shows configurations for Claude Desktop, Cursor, VS Code through the Claude Code extension, and PyCharm with an MCP plugin. The OPENAI_API_KEY value is supplied through the client’s environment configuration rather than as a tool argument.

Tools and capabilities

  • url_to_markdown: converts a web page into cleaned, structured Markdown.
  • web_content_qna: answers a question using relevant content from a supplied web page.
  • Content ranking based on an algorithmic importance score.
  • Preservation of selected tables, images, and key text during extraction.
  • Model selection through OPENAI_MODEL, including the models listed in the README.

Limitations and notes

kimdonghwi94/Web-Analyzer-MCP MCP server needs Chrome or Chromium for JavaScript-heavy sites. Q&A requires an OpenAI API key; the README does not state that the key is needed for basic Markdown extraction. Automated access may be blocked by some websites, and the server applies rate limiting to prevent abuse.

The project roadmap mentions possible future support for PDFs, videos, additional languages, custom extraction rules, caching, and webhooks. These items should not be treated as current capabilities. The repository states that the project is licensed under MIT.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Search & Data Extraction View all alternatives
  • MCP Read Website Fast logoMCP Read Website Fast

    Fast, token-efficient web content extraction for AI agents - converts websites to clean Markdown while preserving links. Features Mozilla Readability, smart caching, polite crawling with robots.txt support, and concurrent fetching.

    πŸ”Ž Search & Data Extraction4 views
    Compare vs MCP Read Website Fast β†’
  • Wigolo logoWigolo

    Local-first, keyless web intelligence in one server: search, fetch, crawl, extract, cache, find-similar, and research. Multi-engine search with local ML reranking and a persistent SQLite cache, renders JS-heavy pages, and keeps everything on your machine. Install via npx wigolo init --non-interactive --agents=.

    πŸ”Ž Search & Data Extraction2 views
    Compare vs Wigolo β†’
  • Fetcher MCP logoFetcher MCP

    MCP server for fetching web page content using Playwright headless browser, supporting Javascript rendering and intelligent content extraction, and outputting Markdown or HTML format.

    πŸ”Ž Search & Data Extraction5 views
    Compare vs Fetcher MCP β†’
  • Brightdata MCP logoBrightdata MCP

    Discover, extract, and interact with the web - one interface powering automated access across the public internet.

    πŸ”Ž Search & Data Extraction3 views
    Compare vs Brightdata MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
4
Stargazers on the source repository.
npm downloads
78
Package downloads in the last 30 days.
Last commit
2mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Web Analyzer MCP

Install Python 3.10 or newer, ensure Chrome or Chromium is available, and run `pip install web-analyzer-mcp`. The repository can also be cloned and installed with `pip install -e .`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewWeb Analyzer MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/kimdonghwi94-web-analyzer-mcp?style=directory)](https://allmcps.com/mcp/kimdonghwi94-web-analyzer-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/kimdonghwi94-web-analyzer-mcp"><img src="https://allmcps.com/api/badge/kimdonghwi94-web-analyzer-mcp?style=directory" alt="Web Analyzer MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”ŽSearch & Data Extraction
PricingBring your own API key (usage-based cost)
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
AuthAPI key
LicenseMIT
ClientsClaude Desktop, Cursor
Last updatedSep 7, 2026
11/11 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars4
GitHub Star CountTotal stargazers on GitHub representing community popularity (4 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 8, 2026
npm downloads78/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
44Quality signal: Fair Β· 44/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools17/30
Adoption & activity6/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev Β· web-analyzer-mcp (PyPI)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ”Ž Search & Data Extraction β†’Best MCP servers for Web Search & Scraping β†’Alternatives to Web Analyzer MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code