markdownify-mcp
Markdownify MCP Server converts various file types and web content to Markdown format.
Markdownify is a Model Context Protocol (MCP) server that transforms PDFs, images, audio files, web pages, and more into easily readable and shareable Markdown text. It supports multiple file types, including DOCX, XLSX, and PPTX, as well as web content like YouTube video transcripts and Bing search results. Users can also retrieve existing Markdown files for further editing or sharing. To get started, users can clone the repository, install dependencies, build the project, and start the server. The server can be integrated with desktop applications, allowing for seamless conversion of various content types into Markdown format, enhancing productivity and collaboration.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"markdownify-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-markdownify-mcp"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions