Back to MCP Directory
Connections & Capabilities
Connects To
GitHub
Capabilities
readwriteexec
Quickstart
Install
npx -y @smithery/cli install mcp-pandoc --client claudeConfig
{
"mcpServers": {
"mcp-pandoc": {
"command": "uvx",
"args": ["mcp-pandoc"]
}
}
}Exposed MCP Tools (1)
moderate
convert-contentsTransforms content between various document formats using Pandoc.
Can write files to the filesystem and execute filters.
Safety Assessment
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.
- Requires local Pandoc installation, limiting direct internet exposure.
- File access is constrained to specified input and output paths.
- No inherent network communication beyond MCP server.
- Conversion process is largely stateless.
- Can write files to the file system, posing a risk if output path is not carefully managed.
- Requires installation of external dependencies like TeX Live for PDF conversion.
- Pandoc filters can execute arbitrary code if configured improperly.
- No built-in sandboxing for conversion processes.
