mcpbeat Sign in

Hushvert MCP Server

local only

Hushvert runs on your own machine — the client starts it, so there is no endpoint to ping. 50 installs a week from npm. Last commit 17 Jul 2026.

File conversion for AI agents: office docs, PDF to Word, video, and LLM-ready markdown via API.

Installs per day peak 21 · avg 11 · +19% w/w
a month agotoday
50
Installs / week
npm · @hushvert/mcp
1
Stars
1 open issues
17 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Hushvert every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: HUSHVERT_API_KEY (hushvert developer API key (hv_live_...), from https://hushvert.com/developers/keys), HUSHVERT_ALLOWED_DIR (Optional directory jail: every file read/write must resolve under this path). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Hushvert

same job, measured the same way
Groupdocs Markdown MCP
by groupdocs-markdown

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

local only
inktomd MCP Server
by hadirizvi093

Convert files, URLs, and documents to clean, AI-ready Markdown via MCP.

9 tools answering
Packforai MCP
by zymsj8j9z9-ship-it

Convert PDF, DOCX, XLSX, CSV, JSON into clean, AI-ready Markdown via the PackForAI API.

31 installs/wk local only
docx4j Word documents
by plutext

Read, convert and fill Word (.docx) documents: templates, Markdown/HTML in and out, PDF with math.

local only
FileToPDF
by filetopdf

Convert files, HTML, and Markdown to PDF via the FileToPDF API. Bring your own API key.

49 installs/wk 4 tools answering
The Office Worker
by cafra-house

Local-first document MCP for AI agents: create, read, secure and sign PDF/Word/Excel/PPTX.

3 632 installs/wk local only
Promptready MCP
by hydrojwh

Convert PDF/CSV to Markdown with AI-powered OCR via the PromptReady cloud API.

983 installs/wk local only
PDF to Markdown (pdf2md.dev)
by pdf2md

Hosted MCP server: convert PDFs to clean, LLM-ready Markdown with tables, formulas and OCR.

answering

Hushvert — questions

Answers built from our own checks of this server.

Why is there no uptime for Hushvert?
Hushvert 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 npm package @hushvert/mcp was installed 50 times last week.
How do I connect Hushvert?
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 @hushvert/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Hushvert?
The npm package @hushvert/mcp was installed 50 times in the last week. Week over week that is +19%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hushvert open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.