PA

Pandoc

Created 6 months ago

A Model Context Protocol server for document format conversion using pandoc.

development documentation public conversion pandoc

What is Pandoc?

MCP server for seamless document format conversion using Pandoc, supporting Markdown, HTML, PDF, DOCX (.docx), csv and more.

Documentation

mcp-pandoc: A Document Conversion MCP Server

Overview

A Model Context Protocol server for document format conversion using pandoc. This server provides tools to transform content between different document formats while preserving formatting and structure. Please note that mcp-pandoc is currently in early development. PDF support is under development, and the functionality and available tools are subject to change and expansion as we continue to improve the server.

Quick Reference

New to mcp-pandoc? Check out CHEATSHEET.md for - ⚡ Copy-paste examples for all formats - 🔄 Bidirectional conversion matrix - 🎯 Common workflows and pro tips - 🌟 Reference document styling guide Perfect for quick lookups and getting started fast!

Tools

  1. convert-contents - Transforms content between supported formats

Supported Formats & Conversions

From\To MD HTML TXT DOCX PDF RST LaTeX EPUB IPYNB ODT
Markdown
HTML
TXT
DOCX
RST
LaTeX
EPUB
IPYNB
ODT

Server Config

{
  "mcpServers": {
    "pandoc-server": {
      "command": "npx",
      "args": [
        "pandoc"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: Vivek Vells
Category: community
License: Open Source
Tags:
development documentation public