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"
]
}
}
}