web to markdown mcp for Grok
io.github.sidney/web-to-markdown-mcp
MCP server fetches URL through a real Chromium browser, returns main content as clean Markdown
client:Grok
transport:stdio
runtime:pypi
Install web to markdown mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"web-to-markdown-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"web-to-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