Skip to content
Windsurf

html to markdown mcp for Windsurf

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

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

client:Windsurf transport:stdio runtime:npm

Install html to markdown mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

html to markdown mcp in other clients