MCP Directory
Back

markdownify-mcp

by zcaceres · TypeScript · ★ 2,763

A Model Context Protocol server for converting almost anything to Markdown

#ai#anthropic#anthropic-ai#anthropic-claude#markdown#mcp#model-context-protocol#ocr#tools

Install

npx -y github:zcaceres/markdownify-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "markdownify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:zcaceres/markdownify-mcp"
      ]
    }
  }
}

From the README

Markdownify is a Model Context Protocol (MCP) server that converts various file types and web content to Markdown format. It provides a set of tools to transform PDFs, images, audio files, web pages, and more into easily readable and shareable Markdown text. - Convert multiple file types to Markdown: - PDF - Images - Audio (with transcription) - DOCX - XLSX - PPTX - Convert web content to Markdown: - YouTube video transcripts - Bing search results - General web pages - Retrieve existing Markdown files 1. Clone this repository 2. Install dependencies: The step creat…
Read full README on GitHub →

Related ai & ml servers