mcpbeat Sign in

Huoshui PDF Translator MCP Server

local only

Huoshui PDF Translator runs on your own machine — the client starts it, so there is no endpoint to ping. 26 installs a week from pypi. Last commit 10 Sep 2025.

An MCP server that provides PDF translation service

No commits for 12 months.

Installs per day peak 23 · avg 5 · -32% w/w
a month agotoday
26
Installs / week
pypi · huoshui-pdf-translator
1
Stars
0 open issues
10 Sep 2025
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add huoshui-pdf-translator -- uvx huoshui-pdf-translator
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "huoshui-pdf-translator": {
      "args": [
        "huoshui-pdf-translator"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.huoshui-pdf-translator]
command = "uvx"
args = ["huoshui-pdf-translator"]
.cursor/mcp.json
{
  "mcpServers": {
    "huoshui-pdf-translator": {
      "args": [
        "huoshui-pdf-translator"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "huoshui-pdf-translator": {
      "args": [
        "huoshui-pdf-translator"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Huoshui PDF Translator

same job, measured the same way
Huoshui PDF Converter
by huoshuiai42

An MCP server that provides PDF file conversion

57 installs/wk local only
Huoshui File Converter
by huoshuiai42

An MCP server that provides document format conversion

26 installs/wk local only
Mhlabs MCP Tools
by musaddiquehussainlabs

An MCP server that provides text preprocessing, NLP components, and document analysis

86 installs/wk local only
MCP PDF
by kmalakoff

MCP server for PDF generation using PDFKit

local only
Foxit PDF API MCP Server
by foxitsoftware

MCP server that exposes Foxit PDF API capabilities via stdio.

47 installs/wk local only
PDF Tools AI MCP
by csoai-org

Pdf Tools Ai MCP Server by MEOK AI Labs

239 installs/wk local only
NanoPDF
by r09722akabennett

AI-powered PDF editing and generation MCP server using Gemini Pro.

local only
Boltwork
by squidboy30

AI services via Bitcoin Lightning — PDF summarisation, code review, translation and more.

180 installs/wk local only

Huoshui PDF Translator — questions

Answers built from our own checks of this server.

Why is there no uptime for Huoshui PDF Translator?
Huoshui PDF Translator runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package huoshui-pdf-translator was installed 26 times last week.
Is Huoshui PDF Translator still maintained?
No commits for 12 months. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Huoshui PDF Translator?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls huoshui-pdf-translator straight from pypi; nothing to host, nothing to sign up for.
How many people use Huoshui PDF Translator?
The pypi package huoshui-pdf-translator was installed 26 times in the last week. Week over week that is -32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Huoshui PDF Translator open source?
We cannot say either way: written in Python and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.