Skip to content
VS Code

html to markdown mcp for VS Code

io.github.mukundakatta/html-to-markdown-mcp

Convert HTML to Markdown or strip to plain text. For web-scraping agents.

client:VS Code transport:stdio runtime:npm

Install html to markdown mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "html-to-markdown-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/html-to-markdown-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

html to markdown mcp in other clients