Advanced document conversion server supporting multiple formats. Convert between Markdown, HTML, PDF, DOCX, and more with custom templates and batch processing.
# Install Pandoc brew install pandoc # macOS # or: apt-get install pandoc # Linux # Install MCP server git clone https://github.com/username/pandoc-mcp.git cd pandoc-mcp pip install -e .
{
"mcpServers": {
"pandoc": {
"command": "python",
"args": ["-m", "pandoc_mcp.server"],
"cwd": "/path/to/pandoc-mcp"
}
}
}
Try these commands with your AI assistant:
Use custom templates for consistent branding and styling across conversions.
Convert entire directories of files at once with consistent settings.
Apply Pandoc filters for advanced transformations and processing.
Convert Markdown documentation to PDF, EPUB, or HTML for different distribution channels.
Export Obsidian/Notion notes to DOCX for sharing with non-technical colleagues.
Generate professional PDF reports from Markdown templates with custom styling.
Convert between LaTeX, DOCX, and PDF while preserving citations and formatting.