HTML Modifier icon

HTML Modifier

Facilitates precise modification of HTML content by large language models, significantly reducing token consumption.

概要

Large language models often struggle with efficiently and accurately modifying complex HTML, leading to substantial token waste. This tool provides a dedicated MCP server interface that allows LLMs to issue precise HTML modification commands using XPath expressions. It also features mechanisms for temporarily storing large HTML documents to avoid repetitive token usage, enabling more efficient iterative modifications and outputs, including support for Vue template syntax.

主な機能

  • Precisely modify HTML content using XPath expressions and new HTML fragments.
  • Perform modifications on previously stored HTML content by referencing its key.
  • Export stored and modified HTML content to a local file.
  • Supports modification of HTML that includes Vue template syntax.
  • 0 GitHub stars
  • Temporarily store large HTML documents with unique keys to optimize token usage for LLMs.

ユースケース

  • Automated, LLM-driven adjustments and refactoring of front-end code.
  • Developing AI applications that require granular and token-efficient control over web page elements.
  • Efficient processing and transformation of large HTML documents by AI agents.