Markdownify
🔧 Utilities
Convert anything to Markdown. Transform PDFs, Word docs, Excel, PowerPoint, images, audio (with transcription), YouTube videos, and web pages into clean Markdown for AI consumption. The universal content converter.
Tools (9)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"markdownify": {
"command": "npx",
"args": [
"-y",
"mcp-markdownify-server"
]
}
}
}