- Doc Ops Mcp
Doc Ops Mcp
What is Doc Ops MCP?
Doc Ops MCP is a universal server designed for document processing, conversion, and automation, supporting various formats like PDF, DOCX, HTML, and Markdown through a unified API.
How to use Doc Ops MCP?
To use Doc Ops MCP, integrate it into your MCP client by adding the server configuration and running the command npx -y doc-ops-mcp. You can also configure environment variables for output and cache directories.
Key features of Doc Ops MCP?
- Supports multiple document formats for conversion and processing.
- Provides content rewriting features including batch text replacement and format adjustments.
- Allows adding watermarks and QR codes to PDF documents.
- Smart conversion planning to optimize document processing.
Use cases of Doc Ops MCP?
- Converting documents between formats (e.g., DOCX to PDF).
- Enhancing PDF documents with watermarks and QR codes.
- Automating document content rewriting for consistency.
- Integrating with other tools for enhanced document processing capabilities.
FAQ from Doc Ops MCP?
-
What document formats are supported?
Doc Ops MCP supports PDF, DOCX, HTML, and Markdown formats.
-
Is there a limit on file size?
Yes, the maximum file size for processing is 50MB.
-
Can I run Doc Ops MCP in Docker?
Yes, Doc Ops MCP can be deployed using Docker with pre-built images or by building from source.
Server Config
{
"mcpServers": {
"doc-ops-mcp": {
"command": "npx",
"args": [
"-y",
"doc-ops-mcp@latest"
],
"env": {
"OUTPUT_DIR": "/tmp/output",
"CACHE_DIR": "/tmp/cache"
}
}
}
}