mcpbeat Sign in

DOCX Forge MCP Server

local only

DOCX Forge runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm. Last commit 24 Apr 2026.

Professional document generation from structured data

Installs per day peak 14 · avg 6 · -52% w/w
a month agotoday
36
Installs / week
npm · docx-forge-mcp
0
Stars
0 open issues
24 Apr 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check DOCX Forge 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 docx-forge -- npx -y docx-forge-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "docx-forge": {
      "args": [
        "-y",
        "docx-forge-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.docx-forge]
command = "npx"
args = ["-y", "docx-forge-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "docx-forge": {
      "args": [
        "-y",
        "docx-forge-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "docx-forge": {
      "args": [
        "-y",
        "docx-forge-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to DOCX Forge

same job, measured the same way
Suparse Document Processing
by suparse

Extract structured data from PDFs and documents with Suparse AI OCR.

132 installs/wk local only
Document Parser
by agenson-horrowitz

Parse and extract structured data from various document formats (PDF, Word, HTML).

59 installs/wk local only
PDFCrowd PDF Export
by pdfcrowd

Create polished, professional PDFs from a single prompt. Documentation, reports, charts, and more.

40 installs/wk local only
DocAuto
by gzucob

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

77 installs/wk local only
DataSnipe MCP
by datasnipe

Extract structured data points from research papers and other documents with an LLM.

answering
DocMake
by docmake

Generate DOCX and PDF documents from your DocMake templates

44 installs/wk local only
Extend
by extend

Turn documents into structured data: parse, extract, classify, split, and fill PDF forms.

answering
I
Docmill
by docmill

Generate PDF, DOCX, and XLSX documents from JSON data and create reusable templates via Docmill

43 installs/wk local only

DOCX Forge — questions

Answers built from our own checks of this server.

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