Create a new Microsoft Word document with optional title and save it to a specified file path. This tool enables AI assistants to generate Word documents programmatically.
Generate Word documents from HTML content with automatic styling and formatting. Create documents directly without conversion loops, saving to a specified output directory.
A Python application that allows creating and editing Microsoft Word (.docx) documents through an API, built with FastMCP for interacting with Word documents.
Enables programmatic generation of Microsoft Word documents (.docx) from AI-generated text and data, with support for Markdown formatting, tables, headers, and rich document elements that are saved directly to the local file system.
An MCP server that enables text extraction and replacement in Microsoft Word documents by directly automating the Word application on Windows. It supports processing content across headers, footers, tables, and shapes using the pywin32 library.