mcpbeat Sign in

DocAuto MCP Server

local only

DocAuto runs on your own machine — the client starts it, so there is no endpoint to ping. 77 installs a week from pypi.

Model Context Protocol server for the DocAuto document-generation API.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 34 · avg 14 · -35% w/w
a month agotoday
77
Installs / week
pypi · docauto-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 docauto-mcp -- uvx docauto-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "docauto-mcp": {
      "args": [
        "docauto-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.docauto-mcp]
command = "uvx"
args = ["docauto-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "docauto-mcp": {
      "args": [
        "docauto-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "docauto-mcp": {
      "args": [
        "docauto-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to DocAuto

same job, measured the same way
PandaDoc
by mindstone

PandaDoc document automation MCP server for Model Context Protocol hosts

56 installs/wk local only
Huoshui File Converter
by huoshuiai42

An MCP server that provides document format conversion

26 installs/wk local only
Transkribus
by lazyants

MCP server for the Transkribus REST API — collections, documents, HTR/OCR, and models.

64 installs/wk local only
Pdfgate
by pdfgate

MCP server for the PDFGate API. Generate PDFs, manage documents and handle e-signatures.

276 installs/wk answering
PDF4me
by pdf4me

PDF & document automation via the PDF4me API — convert, OCR, extract, edit, secure.

114 installs/wk answering
MCP PDF
by kmalakoff

MCP server for PDF generation using PDFKit

local only
Groupdocs Markdown MCP
by groupdocs-markdown

MCP server for GroupDocs.Markdown — convert documents to Markdown via AI agents.

local only
Google Docs MCP
by a1-x-tech

MCP server for the Google Docs API: read and edit documents, styles, tables, images, comments.

199 installs/wk local only

DocAuto — questions

Answers built from our own checks of this server.

Why is there no uptime for DocAuto?
DocAuto 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 docauto-mcp was installed 77 times last week.
Is DocAuto still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. 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 DocAuto?
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 docauto-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use DocAuto?
The pypi package docauto-mcp was installed 77 times in the last week. Week over week that is -35%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.