html to markdown mcp for Zed
io.github.mukundakatta/html-to-markdown-mcp
Convert HTML to Markdown or strip to plain text. For web-scraping agents.
client:Zed
transport:stdio
runtime:npm
Install html to markdown mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"html-to-markdown-mcp": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/html-to-markdown-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs