
Aigroup Mdtoword Mcp
Turn agent-generated Markdown into client-ready Word files with headers, page numbers, tables, math, and embedded local images—entirely on your machine.
Overview
aigroup-mdtoword-mcp is an MCP server for the Build phase that converts local Markdown files into Word documents with headers, footers, page numbers, tables, math, and embedded relative-path images.
What is this MCP server?
- Local Markdown-to-DOCX conversion over stdio MCP (npm package aigroup-mdtoword-mcp, server version 4.0.2)
- Headers, footers, and page numbers for professional export
- Enhanced tables, data import, and math formula support
- Fixes embedding of images referenced via local relative paths
- Aligned with current MCP protocol features for agent-driven doc generation
- Server schema version 4.0.2
- Single npm package: identifier aigroup-mdtoword-mcp, stdio transport
- Published on GitHub: jackdark425/aigroup-mdtoword-mcp
Community signal: 12 GitHub stars.
What problem does it solve?
Agents output great Markdown, but stakeholders want Word—and cloud converters often break local images, tables, and page layout.
Who is it for?
Solo builders shipping proposals, specs, or compliance docs from Claude/Cursor who need local, privacy-friendly Word export with pagination and math.
Skip if: Teams that live entirely in Notion/Google Docs or only need PDF from LaTeX without Word at all.
What do I get? / Deliverables
After you add the stdio server, your agent can generate print-ready DOCX from repo Markdown without uploading source files.
- Formatted Word (.docx) files generated from Markdown inputs
- Documents with headers, footers, page numbers, tables, and math where supported
- DOCX with locally embedded images from relative paths
Recommended MCP Servers
Journey fit
Documentation and deliverable formatting sit in the Build phase when you package specs, proposals, and handoff docs after implementation. The docs subphase is where Markdown-to-Word conversion turns READMEs and reports into formal documents solo builders can share without manual paste into Word.
How it compares
Local document-export MCP server, not a Markdown writing or brainstorming skill.
Common Questions / FAQ
Who is aigroup-mdtoword-mcp for?
Indie developers and agent users who deliver Word documents from Markdown and want conversion to stay on their laptop.
When should I use aigroup-mdtoword-mcp?
Use it during Build when you are finalizing docs—client packs, technical reports, or handoffs—that must be .docx with headers, footers, and embedded repo images.
How do I add aigroup-mdtoword-mcp to my agent?
Install the npm package aigroup-mdtoword-mcp (v4.0.2), register it as a stdio MCP server in your client config, restart the agent, and invoke its conversion tools on local .md paths.