Loading...
npx -y @smithery/cli install mcp-pandoc --client claude{
"mcpServers": {
"mcp-pandoc": {
"command": "uvx",
"args": ["mcp-pandoc"]
}
}
}convert-contentsTransforms content between various document formats using Pandoc.
Can write files to the filesystem and execute filters.
mcp-pandoc is relatively safe for document conversion tasks when file paths are carefully managed and external filters are vetted. Risks increase when using untrusted filters or writing to sensitive directories. Ensure dependencies like TeX Live are installed from trusted sources.