MCP.so
Sign In
Servers

MCP Document Converter

@demo112

πŸ“„ MCP Server for Document Conversion β€” PDF, DOCX, HTML, EPUB to Markdown | 6 Tools, Docker-ready

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

{
  "mcpServers": {
    "mcp-server-convert": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-v",
        "/path/to/files:/data",
        "mcp-server-convert"
      ]
    }
  }
}

More from Files & Storage