Document Converter MCP Server

MCP (Model Context Protocol) Document Converter - A powerful MCP tool for converting documents between multiple formats, enabling AI agents to easily transform documents. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-03-02 · ★ 12 · #577 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Document Converter

Claude Code

claude mcp add xt765-mcp-document-converter -- uvx mcp-document-converter

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "xt765-mcp-document-converter": {
      "command": "uvx",
      "args": [
        "mcp-document-converter"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package mcp-document-converter - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.xt765 is GitHub-verified and matches the repo owner

03 · What Document Converter can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 1 documented tool, including convert_document.

The 1 tools it gives your agent

Extracted from the project's README - what mcp-document-converter lets an agent do.

convert_document
- Convert a document from one format to another.

Latest releases

v0.2.2 · 2026-03-02

[0.2.2] - 2025-03-02 · Security Fixes · Dependency Security Updates: Fixed 5 pypdf CVE vulnerabilities · Updated to 6.7.4, fixing CVE-2026-28351, CVE-2026-27888, CVE-2026-27026, CVE-2026-27025, CVE-2026-27628 · Changed…

v0.2.1 · 2026-03-02

[0.2.1] - 2025-03-02 · Security Fixes · Dependency Security Updates: Fixed 11 known CVE vulnerabilities · MCP SDK: Updated to 1.23.0, fixing CVE-2025-66416, CVE-2025-53365, CVE-2025-53366 · PyPDF2 → pypdf: Migrated to…

v0.2.0 · 2026-03-01

add Cherry Studio usage guide with screenshots · New Contributors · @Aires-Observer made their first contribution in

04 · Who maintains Document Converter

mcp-document-converter is maintained by xt765. We track 2 MCP servers from xt765 - 2 actively maintained, 35 combined GitHub stars, oldest repo from Jan 2026. Full record: all servers from xt765.

  1. MCP Document Reader An MCP enabled multi-format document reader supporting DOCX, PDF, TXT, and Excel files ★ 23

05 · Facts

category
other - ranked #577 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.xt765/mcp-document-converter (active, first published 2026-02-02 · 5 versions)
packages
pypi:mcp-document-converter

06 · Document Converter FAQ

What is Document Converter?

MCP (Model Context Protocol) Document Converter - A powerful MCP tool for converting documents between multiple formats, enabling AI agents to easily transform documents. It runs locally over stdio via the published package.

Is Document Converter still maintained?

Yes - as of 2026-08-25, its last commit was 2026-03-02. We re-verify nightly.

How do I install Document Converter?

Run `uvx mcp-document-converter`. You can also paste the ready-made client config above.

Does Document Converter run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Document Converter