Htmlpdf Transform Mcp
io.github.varvararatta/htmlpdf_transform_mcpHtmlpdf Transform Mcp connects AI agents to real public APIs via MCP. Tools include
Tools · 5
Convert HTML to clean Markdown. Returns: {markdown, original_length, markdown_length}
Strip all HTML tags and return clean plain text. Returns: {text, word_count}
Extract all tables from HTML as structured data. Returns: {tables: [{headers, rows, row_count}]}
Convert list of dicts or list of lists to Markdown table. Returns: {table, rows, columns}
Server health check.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"htmlpdf_transform_mcp": {
"url": "https://htmlpdf-transform-mcp.mcpize.run/mcp",
"transport": "streamable-http"
}
}
}