Google PageRank for AI agents. 25,000+ tools indexed.

word-to-pdf-mcp MCP Server

chfle/word-to-pdf-mcp

Score: 49.6 Rank #101 MCP Server
Are you the maintainer of chfle/word-to-pdf-mcp? Claim this listing →

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.

Add AgentRank to Claude Code Discover and compare tools like chfle/word-to-pdf-mcp — your AI finds the right one automatically
Get API Access →
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

Python No license
claude-aidockerdocker-composemcp-serverai-tooling

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Good
License None

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Badge all embed codes →

AgentRank score for chfle/word-to-pdf-mcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/chfle--word-to-pdf-mcp)](https://agentrank-ai.com/tool/chfle--word-to-pdf-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/chfle--word-to-pdf-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/chfle--word-to-pdf-mcp" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="chfle/word-to-pdf-mcp"></script>

Matched Queries

"mcp server""mcp-server"

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 a
Read full README on GitHub →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.