html-to-markdown-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
html-to-markdown-mcp by levz0r | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 24 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | Web ScrapingDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | 2 mo ago | this month |
html-to-markdown-mcp · Summary
MCP server that converts HTML to Markdown using Turndown.js with SSRF protection.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
html-to-markdown-mcp · Use cases
- Convert web articles to Markdown for offline reading
- Extract clean content from messy HTML pages
- Automatically save webpage content to Markdown files
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
html-to-markdown-mcp · Install
Installation
npm install -g html-to-markdown-mcpClaude Desktop Configuration
{
"mcpServers": {
"html-to-markdown": {
"command": "npx",
"args": ["html-to-markdown-mcp"]
}
}
}Local Development
git clone https://github.com/levz0r/html-to-markdown-mcp.git
cd html-to-markdown-mcp
npm install
npm starttime · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}