pandoc_mcp

dullroar/pandoc_mcp
★ 0 stars Python 🤖 AI/LLM Updated 2d ago
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.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pandoc_mcp": {
      "command": "uvx",
      "args": [
        "pandoc-mcp"
      ]
    }
  }
}

Or install with pip: pip install pandoc-mcp

README Excerpt

**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.

Tools (8)

PATHTrueextra_argsoutput_filepandoc_convertsourcesource_formatsource_is_file