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. Markcrawl
Markcrawl logo
Health: ActiveRecent health check succeeded.Last checked 9/10/2026, 1:32:13 PM

Markcrawl

User RatingsBe the first to rate and review this MCP server!
View Repository3 GitHub StarsTotal stargazers on GitHub for the source repository (3 stars).Visit Website
web-crawlingmarkdownragresearchdata-extraction

Crawls websites into citation-rich Markdown and JSONL for local web research and RAG workflows.

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": {
    "aimlpm-markcrawl": {
      "command": "npx",
      "args": [
        "-y",
        "clawhub"
      ]
    }
  }
}

πŸ’‘ 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

AIMLPM/markcrawl MCP server brings website crawling and page extraction into MCP-based workflows. MarkCrawl fetches individual pages or site sections, removes navigation and other boilerplate, and saves clean Markdown alongside a structured JSONL index with citations. The core crawler runs locally without an API key; LLM extraction, Supabase upload, and related integrations are optional components. Reach for it when an agent needs locally generated web content for research or RAG rather than a hosted scraping API.

Use cases

β€’Crawl documentation into Markdown for RAG ingestion
β€’Collect citations and page metadata for web research
β€’Extract content from JavaScript-rendered pages
β€’Download referenced PDFs or DOCX files
β€’Capture website pages and optional screenshots

Key features

β€’Single-page and whole-site crawling
β€’Clean Markdown and JSONL output
β€’Citation metadata with access dates
β€’URL filtering and crawl resumption
β€’Optional binary, image, and screenshot downloads
β€’Local embeddings without an API key

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Markcrawl.

Extracted Tool Capabilities
Single-page and whole-site crawling
Clean Markdown and JSONL output
Citation metadata with access dates
URL filtering and crawl resumption
Optional binary, image, and screenshot downloads
Local embeddings without an API key

How Markcrawl works

What the AIMLPM/markcrawl MCP server does

AIMLPM/markcrawl MCP server is built around a local web-crawling engine that converts public webpages into Markdown intended for LLM pipelines. It can process a single URL or follow links across a website, including documentation, blogs, and subsections. The crawler removes common page noise such as navigation, scripts, and boilerplate so downstream retrieval receives the main page content.

Each crawled page is written as a Markdown file and represented in pages.jsonl. The index records the source URL, title, fetch timestamp, a preformatted citation containing the access date, the tool name, and the extracted text. Optional records can also reference downloaded files, images, or screenshots. The project description additionally identifies page search and LLM-based structured extraction as use cases, while the README separates LLM extraction from the core installation.

How it works

AIMLPM/markcrawl MCP server is intended for local execution. The underlying command accepts a starting URL, an output directory, and crawl controls such as a maximum page count. URL include and exclude rules, dry runs, smart sampling, and interrupted-run resumption are available through the crawler’s documented recipes. A default aggregator-page filter avoids common documentation bundle URLs such as /print.html and /_print/ unless that behavior is disabled.

The standard extraction path uses a Beautiful Soup backend. The project also documents alternatives including trafilatura, an ensemble mode, and ReaderLM-v2. JavaScript-rendered pages are listed among the supported scraping recipes. Binary downloads can be enabled for selected PDF and DOCX links, with content-type and size checks plus a pre-fetch filtering callback. Image downloads and page screenshots are optional outputs.

Setup and configuration

Install the core package from PyPI with pip install markcrawl. A basic run supplies a public starting address and output directory, for example markcrawl --base https://quotes.toscrape.com --out ./demo --max-pages 5 --show-progress. The resulting directory contains Markdown files and the JSONL index.

The local embedder is included by default and does not require an API key. Users can select another embedding model through the embedding_model option or the MARKCRAWL_EMBEDDER environment variable; the README gives text-embedding-3-small as an OpenAI alternative. LLM extraction, Supabase upload, the MCP server, and LangChain tools are installed separately rather than being required by the base crawler.

Limitations and notes

AIMLPM/markcrawl MCP server is a local crawler, not a hosted scraping endpoint. The README states that a hosted API is only under consideration, so deployments that require managed infrastructure should not assume one is available. The documented comparison also warns that sites requiring login authentication or facing aggressive bot protection may need a custom solution.

The project reports benchmark results openly: in the cited benchmark it ranked first for cost but seventh of seven for answer quality and retrieval accuracy. Those figures describe the referenced benchmark, not a guarantee for every site. Its narrower crawl strategy can omit pages that another discovery method finds, although the project is working on crawl selection and benchmark methodology.

The supplied material does not list the MCP server’s individual tool names, client configuration blocks, transport details, or a dedicated command for launching that server. Those details should be verified in the repository before configuring an MCP client.

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

Related MCP Servers

View all in Search & Data Extraction View all alternatives
  • Fetch MCP logoFetch MCP

    An MCP server to flexibly fetch JSON, text, and HTML data

    πŸ”Ž Search & Data Extraction3 views
    Compare vs Fetch MCP β†’
  • Crw logoCrw

    fastCRW β€” open-source (AGPL-3.0), self-hostable Rust web crawler & search API for AI agents. Tools: scrape, crawl, map, and SearXNG-backed search. Single 6MB static binary; reproducible 1K-URL benchmarks faster than hosted alternatives. Hosted MCP at fastcrw.com/mcp (Streamable HTTP, OAuth) or self-host.

    πŸ”Ž Search & Data Extraction4 views
    Compare vs Crw β†’
  • Open WebSearch logoOpen WebSearch

    Web search using free multi-engine search (NO API KEYS REQUIRED) β€” Supports Bing, Baidu, DuckDuckGo, Brave, Exa, and CSDN.

    πŸ”Ž Search & Data Extraction3 views
    Compare vs Open WebSearch β†’
  • MCP Local Rag logoMCP Local Rag

    "primitive" RAG-like web search model context protocol (MCP) server that runs locally. No APIs needed.

    πŸ”Ž Search & Data Extraction2 views
    Compare vs MCP Local Rag β†’

Adoption & maintenance

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

GitHub stars
3
Stargazers on the source repository.
Last commit
21d ago
Most recent push to the default branch.
Directory activity
1 upvotes
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 Markcrawl

The README provides `pip install markcrawl` for the core package, but does not provide a dedicated MCP-server installation or launch command. It says the MCP server is installed separately.

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 PreviewMarkcrawl AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/aimlpm-markcrawl?style=directory)](https://allmcps.com/mcp/aimlpm-markcrawl)
HTML Embed
<a href="https://allmcps.com/mcp/aimlpm-markcrawl"><img src="https://allmcps.com/api/badge/aimlpm-markcrawl?style=directory" alt="Markcrawl on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”ŽSearch & Data Extraction
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsWindsurf, Cline / VS Code
Last updatedSep 2, 2026
14/14 checks healthy over the last 33d
Views5
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 stars3
GitHub Star CountTotal stargazers on GitHub representing community popularity (3 stars).
Last commit21d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 21, 2026
52Quality signal: Good Β· 52/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 & tools23/30
Adoption & activity5/15
Community engagement1/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 15d ago via OSV.dev Β· clawhub (npm)

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore 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 Markcrawl β†’Install in Claude DesktopInstall in CursorInstall in VS Code