MP
MCP Pandoc
Convert between Markdown, Word, PDF, HTML, and a dozen other formats.
Last updated July 18, 2026
Content/WritingLocal · stdioPython571
Overview
MCP Pandoc wraps the Pandoc universal document converter as an MCP server, letting an agent convert content between Markdown, Word, PDF, HTML, EPUB, LaTeX, and more with a single tool call.
Use cases
Convert a Markdown README into a formatted Word document.
Turn a chat-drafted report into a PDF for sharing.
Convert an HTML page into clean Markdown for further editing.
Install
{
"mcpServers": {
"mcp-pandoc": {
"command": "uvx",
"args": [
"mcp-pandoc"
]
}
}
}FAQ
Yes — the underlying Pandoc binary must be installed on your system; this server wraps it with an MCP tool interface.