time vs markdownify-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | markdownify-mcp by zcaceres | |
|---|---|---|
| Stars | ★ 85,748 | ★ 2,686 |
| 30d uses | — | — |
| Score | 77 | 57 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | File SystemProductivityDeveloper Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
markdownify-mcp · Summary
MCP server converting various file types and web content to Markdown with comprehensive tool coverage.
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
markdownify-mcp · Use cases
- Convert research papers (PDF) and lecture recordings (audio) into readable Markdown for study notes
- Transform web articles, search results, and video transcripts into digestible Markdown documents
- Automatically process batches of office documents (DOCX, XLSX, PPTX) for archival and search purposes
time · 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"]
}
}
}markdownify-mcp · Install
Installation
- Clone this repository
- Install dependencies:
``bash bun install ` The preinstall step creates a Python virtual environment at .venv and installs markitdown[all]`.
- Build the project:
``bash bun run build ``
- Start the server:
``bash bun start ``
Claude Desktop Configuration
{
"mcpServers": {
"markdownify": {
"command": "node",
"args": [
"{ABSOLUTE PATH TO FILE HERE}/dist/index.js"
]
}
}
}