A simple Model Context Protocol (MCP) server that exposes pandoc document conversion as an MCP tool, via the pypandoc library. Connect it to any MCP-compatible LLM client and ask the LLM to convert documents in plain English — no pandoc CLI knowledge required on your part.
**Author:** Jim Lehmer **License:** MIT A simple [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that exposes [pandoc](https://pandoc.org/) document conversion as an MCP tool, via the [pypandoc](https://github.com/JessicaTegner/pypandoc) library. Connect it to any MCP-compatible LLM client (Claude Desktop, Claude Code, etc.) and ask the LLM to convert documents in plain English — no pandoc CLI knowledge required on your part.