word-to-pdf-mcp MCP Server
chfle/word-to-pdf-mcp
word-to-pdf-mcp is a secure, production-ready remote MCP server that converts .docx files to PDF using LibreOffice as a persistent unoserver daemon.
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
chfle/word-to-pdf-mcp is a Python MCP server. word-to-pdf-mcp is a secure, production-ready remote MCP server that converts .docx files to PDF using LibreOffice as a persistent unoserver daemon. Topics: claude-ai, docker, docker-compose, mcp-server, ai-tooling.
Ranked #101 out of 124 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit today → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# mcp-pdf Remote MCP server that converts `.docx` to PDF. Works with any MCP client — Claude (web & CLI), Cursor, Windsurf, or anything that speaks the [Model Context Protocol](https://modelcontextprotocol.io). Runs as a Docker container with LibreOffice as a persistent daemon (unoserver). First conversion triggers a warmup; subsequent conversions take ~0.3s. ## Setup ```bash cp .env.example .env touch credentials.json docker compose up -d --build docker compose exec mcp-pdf python manage_keys.py add yourname ``` Requires an external Docker network (`docker network create caddy_net`) and a reverse proxy for TLS (see [Reverse proxy](#reverse-proxy)). ## Manage credentials ```bash docker compose exec mcp-pdf python manage_keys.py add <name> docker compose exec mcp-pdf python manage_keys.py list docker compose exec mcp-pdf python manage_keys.py revoke <client_id> ``` No restart needed — changes take effect immediately. ## Connect your MCP client ### Claude web (claude.ai) Add aRead full README on GitHub →
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.