
Docx Forge
Generate polished Word documents from JSON or structured app data inside your agent instead of hand-editing templates.
Overview
Docx Forge is an MCP server for the Build phase that generates professional Word documents from structured data for AI coding agents over stdio.
What is this MCP server?
- Professional DOCX generation from structured data via docx-forge-mcp (v0.1.1)
- stdio npm MCP server for Claude Code, Cursor, and other MCP clients
- Fits proposals, reports, and onboarding packets automated from your backend fields
- GitHub source at mdfifty50-boop/docx-forge-mcp for self-host tweaks
- Lightweight alternative to one-off Python scripts in every repo
- Server version 0.1.1
- npm registryType package docx-forge-mcp
- stdio transport only in published manifest
What problem does it solve?
Builders waste time exporting CSVs and fighting Word templates when agents could produce client-ready DOCX if a dedicated generation bridge existed.
Who is it for?
Solo founders automating proposals, SOWs, onboarding kits, or report exports from app data via an agent.
Skip if: Teams that only need Markdown in-repo or heavy interactive template design inside Word itself.
What do I get? / Deliverables
After install, your agent can call Docx Forge to turn structured payloads into formatted DOCX files as part of build and docs workflows.
- Agent-callable DOCX generation from structured inputs
- Reduced manual Word editing for recurring document types
- stdio MCP integration documented in your project MCP config
Recommended MCP Servers
Journey fit
Document generation is a build-time deliverable when you produce specs, contracts, and customer-facing files from your product data. Docs subphase is the canonical home for tooling that turns structured outputs into professional written artifacts.
How it compares
MCP document generator, not a WYSIWYG editor skill or PDF-only pipeline.
Common Questions / FAQ
Who is docx-forge for?
Indie builders and consultants who want Claude Code or Cursor to produce Word deliverables from JSON or database-shaped data.
When should I use docx-forge?
Use it during build when you automate specs, contracts, or customer documents that must land as DOCX files.
How do I add docx-forge to my agent?
Add the docx-forge-mcp npm stdio server to your MCP configuration and restart your agent so document tools appear in the tool list.