MarkGrab for Grok
io.github.arknill/markgrab
Universal web content extraction — any URL to LLM-ready markdown. HTML, YouTube, PDF, DOCX.
client:Grok
transport:stdio
runtime:pypi
Install MarkGrab in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"markgrab": {
"type": "stdio",
"command": "uvx",
"args": [
"markgrab"
]
}
}
}
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