Odel
clean markdown mcp

clean markdown mcp

Local
@damonwill78-a11yTypeScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmclean-markdown-mcpv1.1.3

Run

npx -y clean-markdown-mcp

MCP client config

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