Skip to content
Claude Desktop

clean markdown for Claude Desktop

io.github.damonwill78-a11y/clean-markdown

Any URL to clean, LLM-ready Markdown for RAG. Strips ads, nav, and boilerplate.

client:Claude Desktop transport:stdio runtime:npm

Install clean markdown in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "clean-markdown": {
      "command": "npx",
      "args": [
        "-y",
        "clean-markdown-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

clean markdown in other clients