Skip to content
Claude Desktop

document generator mcp for Claude Desktop

io.github.mrfentmen/document-generator-mcp

Generate Word documents locally with headings, paragraphs, and tables. No network and no key.

client:Claude Desktop transport:stdio runtime:npm

Install document generator mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "document-generator-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/document-generator-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

document generator mcp in other clients