MCP.so
ログイン
D

Doc Ops Mcp

@Tele-AI

Doc Ops Mcp について

概要はまだありません

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

Tele-AI

投稿者

神 帅

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "doc-ops-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "doc-ops-mcp@latest"
      ],
      "env": {
        "OUTPUT_DIR": "/tmp/output",
        "CACHE_DIR": "/tmp/cache"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Doc Ops Mcp?

Doc Ops Mcp is a universal MCP server for document processing, conversion, and automation. It handles PDF, DOCX, HTML, and Markdown through a unified API and toolset, targeting developers and power users who need document operations within MCP-compatible clients.

How to use Doc Ops Mcp?

Add the server to your MCP client using the command npx -y doc-ops-mcp. Configure optional environment variables like OUTPUT_DIR, CACHE_DIR, WATERMARK_IMAGE, and QR_CODE_IMAGE for output paths and PDF enhancements. Then use natural-language prompts (e.g., “Convert report.docx to PDF”) or directly call its MCP tools (read_document, write_document, convert_document, plan_conversion, convert_docx_to_pdf).

Key features of Doc Ops Mcp

  • Convert between PDF, DOCX, HTML, and Markdown formats
  • Read and write documents in multiple formats
  • Smart conversion planning with optimal path selection
  • Content rewriting: batch text replacement, regex, format adjustment, smart rewriting
  • PDF enhancement: add watermarks (text or image) and QR codes
  • Pure JavaScript implementation, no external system dependencies

Use cases of Doc Ops Mcp

  • Convert a .docx report to PDF with automatic watermark
  • Batch rename company names in a contract .md file
  • Add a QR code to an invoice PDF for quick access
  • Read and extract metadata from DOCX, PDF, or HTML documents
  • Plan the best conversion path between two document formats

FAQ from Doc Ops Mcp

What document formats are supported?

PDF, DOCX, HTML, and Markdown are supported for reading and conversion. See the conversion matrix in the README for details.

How do I set a custom output directory?

Set the OUTPUT_DIR environment variable (default is ~/Documents). The server also respects absolute outputPath parameters.

Does this server require any external dependencies?

No. Doc Ops Mcp is pure JavaScript with no system dependencies. Optionally, it can integrate with playwright-mcp for enhanced PDF conversion.

Can I add a watermark to PDFs?

Yes. Set the WATERMARK_IMAGE environment variable to a PNG or JPG path. If not set, a default text watermark “doc-ops-mcp” is used.

Is Doc Ops Mcp free to use?

Yes, it is released under the MIT open-source license.

コメント

「その他」の他のコンテンツ