Doc Ops MCP
未认领MCP server for seamless document format conversion and processing
安装
npm install -g doc-ops-mcp工具(40 个)
add_watermark
🎨 PDF Watermark Addition Tool - Add image or text watermarks to PDF documents.
addQrCode
(boolean, optional) - Whether to add QR code, defaults to false
addWatermark
(boolean, optional) - Whether to add watermark, defaults to false
chineseFont
(string, optional) - Chinese font, defaults to Microsoft YaHei
content
(string, required) - Content to write
convert_document
Smart document conversion
convert_docx_to_pdf
Convert DOCX to PDF with automatic watermark addition (if configured).
convert_html_to_markdown
Convert HTML to Markdown.
convert_markdown_to_docx
Convert Markdown to DOCX.
convert_markdown_to_html
Convert Markdown to HTML.
convert_markdown_to_pdf
Convert Markdown to PDF with automatic watermark addition (if configured).
docxPath
(string, required) - DOCX file path
encoding
(string, optional) - File encoding, defaults to utf-8
extractMetadata
(boolean, optional) - Extract document metadata, defaults to false
filePath
(string, required) - Document path to read
htmlPath
(string, required) - HTML file path
includeImages
(boolean, optional) - Whether to include images, defaults to true
includeTableOfContents
(boolean, optional) - Include table of contents, defaults to false
inputPath
(string, required) - Input file path
markdownPath
(string, required) - Markdown file path
outputPath
(string, optional) - Output file path (auto-generated if not provided)
pdfPath
(string, required) - PDF file path
plan_conversion
Conversion planner
playwrightPdfPath
(string, required) - Generated PDF file path
preserveFormatting
(boolean, optional) - Preserve formatting (HTML output), defaults to false
preserveStyles
(boolean, optional) - Whether to preserve style formatting, defaults to true
process_pdf_post_conversion
Parameters:
qrCodePath
(string, optional) - QR code image path
quality
(string, optional) - Conversion quality requirement (fast, balanced, high), defaults to balanced
read_document
Read document content
sourceFile
(string, optional) - Source file path (for generating specific conversion parameters)
sourceFormat
(string, required) - Source file format (pdf, docx, html, markdown, md, txt, doc)
targetFormat
(string, required) - Target file format (pdf, docx, html, markdown, md, txt, doc)
targetPath
(string, optional) - Target PDF file path (auto-generated if not provided)
theme
(string, optional) - Theme style, defaults to "github"
useInternalPlaywright
(boolean, optional) - Use built-in Playwright for PDF conversion, defaults to false
watermarkImage
(string, optional) - Watermark image path
watermarkImageScale
(number, optional) - Image scale ratio, defaults to 0.25
watermarkText
(string, optional) - Watermark text content
write_document
Write document content