Back to MCP Servers
🔌

zcaceres/markdownify-mcp

MIT

📇 🏠 - An MCP server to convert almost any file or web content into Markdown

TypeScriptFiles

Install

npx -y mcp-markdownify-server

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "zcaceres-markdownify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-markdownify-server"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.