Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Html

FreeNot checked

MCP server: strip HTML tags, extract plain text, and sanitize HTML.

GitHubEmbed

About

MCP server: strip HTML tags, extract plain text, and sanitize HTML.

README

npm mcp license

MCP server: strip, sanitize, and convert HTML to plain text. Backed by sanitize-html, so dangerous markup (scripts, javascript: URLs, etc.) is removed even in the permissive mode.

Tools

to_text

Best-effort browser-style text extraction. Block tags become newlines, inline tags strip, scripts and styles disappear.

strip

Bluntly removes every tag. Entities are decoded.

sanitize

Whitelisted-tag pass.

mode allowed tags
permissive article markup — headings, lists, tables, images, links (http/https/mailto)
strict inline only — b, i, em, strong, p, br, code

Configure

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

License

MIT.

from github.com/MukundaKatta/html-mcp

Installing Html

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/MukundaKatta/html-mcp

FAQ

Is Html MCP free?

Yes, Html MCP is free — one-click install via Unyly at no cost.

Does Html need an API key?

No, Html runs without API keys or environment variables.

Is Html hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Html in Claude Desktop, Claude Code or Cursor?

Open Html on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Html with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs