md-converter-mcp

riyengar19/md-converter-mcp
★ 0 stars JavaScript API Integration Updated today
Node.js MCP server — converts PDF, DOCX, PPTX, XLSX, images and URLs to Markdown. No Python required.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "md-converter-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "riyengar19/md-converter-mcp"
      ]
    }
  }
}

README Excerpt

A Node.js MCP server that converts files and URLs to Markdown — exposes a single `convert_to_markdown` tool that any MCP-compatible AI client (Claude Desktop, Cursor, VS Code, etc.) can call directly. **Requires Node.js ≥ 18. No Python. No Docker.** --- Microsoft's [`markitdown-mcp`](https://github.com/microsoft/markitdown/tree/main/packages/markitdown-mcp) is a great idea but fails to install on Python 3.13+ due to unresolved wheel conflicts in its dependency tree (`youtube-transcript-api` and

Tools (5)

cheeriomammothmcpServersxlsxzod