MCP.so
Sign In
Servers

Markdownify MCP Server

@zcaceres

A Model Context Protocol server for converting almost anything to Markdown

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "markdownify-mcp": {
      "command": "docker",
      "args": [
        "build",
        "-t",
        "markdownify-mcp",
        "."
      ]
    }
  }
}

More from Other