Html Vers Markdown for Claude Desktop
io.github.dawaxwx/html-vers-markdown
HTML to clean Markdown for LLM and RAG pipelines: headings, lists, tables, links, code fences. Pr...
client:Claude Desktop
transport:streamable-http
Install Html Vers Markdown in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"html-vers-markdown": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://html-vers-markdown.david-cyr.workers.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs