HomeOther › mcp

mcp

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

TypeScript Cloud
★ 1 stars Last pushed 2026-07-16 License: MIT

Topics: Other Tools and Integrations

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.0)

npx -y @hushvert/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@hushvert/[email protected]"
      ],
      "env": {
        "HUSHVERT_API_KEY": "<YOUR_VALUE>",
        "HUSHVERT_ALLOWED_DIR": "<YOUR_VALUE>"
      }
    }
  }
}
  • HUSHVERT_API_KEY required secret — 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

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry