Converts a document from one format to another using Pandoc
Lists all supported input and output formats for document conversion
Pandoc Document Converter is a Model Context Protocol server that enables seamless transformation between different document formats while preserving formatting and structure. Built on the powerful Pandoc document conversion library, this MCP server allows AI assistants to convert content between formats like Markdown, HTML, LaTeX, and more. This tool bridges the gap between different document ecosystems, making it easy to transform content for various publishing platforms, documentation systems, or academic requirements. Whether you need to convert a Markdown document to HTML for web publishing or transform content into LaTeX for academic papers, this MCP server handles the conversion process with precision.
Pandoc Document Converter is a Model Context Protocol server that provides document format conversion capabilities using the powerful Pandoc library. This server allows AI assistants to convert content between various document formats while maintaining formatting and structure.
Before installing the MCP server, ensure you have:
pip install mcp-pandoc
"mcpServers": {
"pandoc-converter": {
"command": "python",
"args": [
"-m",
"mcp_pandoc"
]
}
}
Once installed, you can use the Pandoc Document Converter through your AI assistant. The server provides tools for converting between various document formats.
Convert Markdown to HTML:
Please convert this Markdown to HTML:
# Hello World
This is a **bold** statement.
Convert HTML to Markdown:
Please convert this HTML to Markdown:
<h1>Hello World</h1>
<p>This is a <strong>bold</strong> statement.</p>
Convert between other supported formats like LaTeX, RST, AsciiDoc, etc.
The Pandoc Document Converter supports numerous input and output formats, including:
Note that PDF support is currently under development.
If you encounter issues: