Skip to content
Gemini CLI

html to markdown mcp for Gemini CLI

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

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

client:Gemini CLI transport:stdio runtime:npm

Install html to markdown mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

html to markdown mcp in other clients