MCP Stack Server
Rank #54,626io.github.MukundaKatta/html-to-markdown-mcp
Convert HTML to Markdown or strip to plain text. For web-scraping agents.
MCP Stack Server is a Model Context Protocol (MCP) server published by MukundaKatta. It ranks #54,626 of 115,460 servers tracked on MCP Toplist. MCP Stack Server is listed on Official MCP, with 1 tracked version. It was first listed on May 10, 2026 and most recently updated on May 10, 2026.
Ranks ahead of 60,834 of 115,460 servers on MCP Toplist.
Use MCP Stack Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add html-to-markdown-mcp -- npx -y @mukundakatta/html-to-markdown-mcp[mcp_servers.html-to-markdown-mcp]
command = "npx"
args = ["-y", "@mukundakatta/html-to-markdown-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"html-to-markdown-mcp": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/html-to-markdown-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"html-to-markdown-mcp": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/html-to-markdown-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"html-to-markdown-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mukundakatta/html-to-markdown-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"html-to-markdown-mcp": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/html-to-markdown-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"html-to-markdown-mcp": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/html-to-markdown-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.MukundaKatta%2Fhtml-to-markdown-mcp)<a href="https://mcptoplist.com/server/io.github.MukundaKatta%2Fhtml-to-markdown-mcp"><img src="https://mcptoplist.com/badge/io.github.MukundaKatta%2Fhtml-to-markdown-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
MukundaKatta
Other servers by MukundaKatta
- agentcast-mcp#52,990 · 1 ver
- agentfit-mcp#52,991 · 1 ver
- agentguard-mcp#52,992 · 1 ver
- agentsnap-mcp#52,993 · 1 ver
- agentvet-mcp#52,994 · 1 ver
- streamparse-mcp#52,995 · 1 ver
- case-mcp#90,698
- ip-mcp#90,699
- password-mcp#90,700
- sql-mcp#90,701
- dns-mcp#95,118
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | May 10, 2026 |
Frequently asked questions
- Who maintains MCP Stack Server?
- MCP Stack Server is maintained by MukundaKatta, which publishes 26 MCP servers (21 total versions) tracked on MCP Toplist.
- Is MCP Stack Server listed on the Official MCP Registry?
- Yes — MCP Stack Server is listed on the Official MCP Registry.
- How many versions does MCP Stack Server have?
- MCP Toplist tracks 1 version of MCP Stack Server, most recently published on May 10, 2026.
- Where can I find the source code for MCP Stack Server?
- The source code for MCP Stack Server is hosted at github.com/MukundaKatta/mcp-stack.