clean markdown for Grok
io.github.damonwill78-a11y/clean-markdown
Any URL to clean, LLM-ready Markdown for RAG. Strips ads, nav, and boilerplate.
client:Grok
transport:stdio
runtime:npm
Install clean markdown in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"clean-markdown": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"clean-markdown-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs