zcaceres/markdownify-mcp
An MCP server to convert almost any file or web content into Markdown
Quick Start
Clone the repository:
git clone https://github.com/zcaceres/markdownify-mcpClaude Desktop configuration example:
{
"mcpServers": {
"markdownify-mcp": {
"command": "npx",
"args": [
"-y",
"zcaceres/markdownify-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.