telexed ~ c / 674884b1-41cradar:50 · agent_toolLIVE
← back
NO.
#674884b1
Topic
AGENTS & TOOLS
Source
r/ClaudeAI
Published
2026-04-28 12:12:09
Importance
★ 5/10 — radar 50

PullMD: Self-hosted URL-to-Markdown MCP server for cleaner LLM web reading

PullMD is a self-hosted Docker stack that converts web pages into clean Markdown before sending them to MCP-compatible AI tools like Claude Code. For indie developers, the value is lower token waste, better mobile-to-AI workflows, and more control over privacy and infrastructure, though setup complexity and browser-side dependencies may limit casual adoption.

[ KEY POINTS ]
  1. Targets a real pain point: raw HTML wastes context and tokens when AI agents read web pages.
  2. Designed for MCP workflows with simple integration for Claude Code, Claude Desktop, Cursor, and similar clients.
  3. Uses a multi-stage extraction strategy, including Markdown endpoints, readability parsers, and optional Playwright fallback.
  4. Self-hosting is attractive for privacy-conscious indie developers, but operating a three-service stack adds maintenance overhead.
  5. Most relevant as a practical productivity tool rather than a major platform shift or model-level change.
Originalwww.reddit.com/r/ClaudeAI/comments/1sxzlh6/pullmd_gave_claude_code_an_mcp_server_so_it_stops/Read original →

// related