vivekvells/mcp-pandoc
MCP server for seamless document format conversion using Pandoc, supporting Markdown, HTML, PDF, DOCX (.docx), csv and more.
Quick Start
Clone the repository:
git clone https://github.com/vivekVells/mcp-pandocClaude Desktop configuration example:
{
"mcpServers": {
"mcp-pandoc": {
"command": "npx",
"args": [
"-y",
"vivekvells/mcp-pandoc"
]
}
}
}Check the repository README for specific installation and configuration instructions.