Back to MCP Servers
Pandoc
MCP server for seamless document format conversion using Pandoc, supporting Markdown, HTML, PDF, DOCX (.docx), csv and more.
developer-tools
By vivekVells
Installation
npx -y mcp-pandocConfiguration
{
"mcpServers": {
"mcp-pandoc": {
"command": "npx",
"args": ["-y", "mcp-pandoc"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes