mcpbeat Sign in

MarkGrab MCP Server

local only

MarkGrab runs on your own machine — the client starts it, so there is no endpoint to ping. 104 installs a week from pypi. Last commit 15 Apr 2026.

Universal web content extraction — any URL to LLM-ready markdown. HTML, YouTube, PDF, DOCX.

Installs per day peak 40 · avg 21 · -26% w/w
a month agotoday
104
Installs / week
pypi · markgrab
0
Stars
0 open issues
15 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check MarkGrab every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add markgrab -- uvx markgrab
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "markgrab": {
      "args": [
        "markgrab"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.markgrab]
command = "uvx"
args = ["markgrab"]
.cursor/mcp.json
{
  "mcpServers": {
    "markgrab": {
      "args": [
        "markgrab"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "markgrab": {
      "args": [
        "markgrab"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to MarkGrab

same job, measured the same way
TheCrawler
by manchittlab

Universal web scraper with LLM-ready markdown, RAG chunking, PDF/DOCX support.

44 installs/wk local only
Rendex: Rendering API for Images, PDFs & Content Extraction
by copperline-labs

Render HTML, Markdown, or URLs to images, PDF, or branded artifacts; extract and watch pages.

54 installs/wk 13 tools answering
MCP Document Converter
by xt765

Convert PDF, DOCX, HTML, Markdown, and Text for AI assistant context injection.

98 installs/wk local only
Hushvert
by hushvert

File conversion for AI agents: office docs, PDF to Word, video, and LLM-ready markdown via API.

50 installs/wk local only
Mdmagic MCP Server
by mdmagic-mcp

Use your own Word templates to convert Markdown → DOCX/PDF/HTML from any MCP-compatible AI.

68 installs/wk 10 tools answering
Distill MCP
by lakshgk

Convert PDF, DOCX, XLSX, PPTX, HTML, audio to token-efficient Markdown for any MCP client.

37 installs/wk local only
Brainiall Documents
by brainiall

High-fidelity PDF to structured Markdown conversion and document field extraction.

3 tools answering
file2markdown
by file2markdown

Convert documents and web pages to clean Markdown: PDF, DOCX, XLSX, EPUB, scanned files, any URL.

4 tools answering

MarkGrab — questions

Answers built from our own checks of this server.

Why is there no uptime for MarkGrab?
MarkGrab runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package markgrab was installed 104 times last week.
How do I connect MarkGrab?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls markgrab straight from pypi; nothing to host, nothing to sign up for.
How many people use MarkGrab?
The pypi package markgrab was installed 104 times in the last week. Week over week that is -26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MarkGrab open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.