Skip to main content
Developer ToolsUnknown

vivekvells/mcp-pandoc

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

developer-tools
Share:

Quick Start

Clone the repository:

git clone https://github.com/vivekVells/mcp-pandoc

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-pandoc": {
      "command": "npx",
      "args": [
        "-y",
        "vivekvells/mcp-pandoc"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Unknown
Author
vivekVells