data science tools

Markdownify Mcp

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

typescript
local
data science tools
0
View on GitHub

Installation

npx -y zcaceres/markdownify-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

zcaceres/markdownify-mcp

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

GitHub: https://github.com/zcaceres/markdownify-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub