Doc Ops Mcp
@Tele-AI
About Doc Ops Mcp
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"doc-ops-mcp": {
"command": "npx",
"args": [
"-y",
"doc-ops-mcp@latest"
],
"env": {
"OUTPUT_DIR": "/tmp/output",
"CACHE_DIR": "/tmp/cache"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
Awesome Mlops
visengerA curated list of references for MLOps

EverArt
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments