markdownify-mcp
1,651
Markdownify is an MCP server designed to convert diverse file formats and web content into Markdown. It features tools for converting PDFs, DOCX, images, and web pages, facilitating easy sharing and readability.
node
{ "mcpServers": { "markdownify": { "command": "node", "args": [ "{ABSOLUTE PATH TO FILE HERE}/dist/index.js" ], "env": { "UV_PATH": "/path/to/uv" } } } }