PluginBench
MCP Server
Active
Apache-2.0

io.github.MukundaKatta/html-to-markdown-mcp MCP Server

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

What is the io.github.MukundaKatta/html-to-markdown-mcp MCP server?

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

How to install io.github.MukundaKatta/html-to-markdown-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "html-to-markdown-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/html-to-markdown-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "html-to-markdown-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/html-to-markdown-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "html-to-markdown-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/html-to-markdown-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "html-to-markdown-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/html-to-markdown-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add html-to-markdown-mcp -- npx -y @mukundakatta/html-to-markdown-mcp

Related MCP servers

Structured-output enforcer: extract and validate JSON from messy LLM text.

1
JavaScript
MIT
View repository →

Token-aware message truncation: fit a chat history into your model's context budget.

1
JavaScript
MIT
View repository →

Network-egress firewall for agent tools: check URLs against a declarative policy.

1
JavaScript
MIT
View repository →

Validate tool-call args before execution. Returns LLM-friendly retry hints.

1
JavaScript
MIT
View repository →

Snapshot tests for AI tool-call traces: diff, validate, and catch silent regressions.

0
JavaScript
MIT
View repository →

Inject, parse, and strip [N] citation markers in RAG outputs.

0
JavaScript
Apache-2.0
View repository →