clean markdown for Cursor
io.github.damonwill78-a11y/clean-markdown
Any URL to clean, LLM-ready Markdown for RAG. Strips ads, nav, and boilerplate.
client:Cursor
transport:stdio
runtime:npm
Install clean markdown in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"clean-markdown": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"clean-markdown-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs