Skip to main content
Data Science ToolsTypeScript

zcaceres/markdownify-mcp

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

data-science-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/zcaceres/markdownify-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "markdownify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "zcaceres/markdownify-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Data Science Tools
Language
TypeScript
Author
zcaceres