Provides tools for creating and manipulating Microsoft Word documents programmatically, with capabilities for adding formatted text, headings, citations, footers, and saving files with consistent styling.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DOCX Document Creatorcreate a quarterly report with title 'Q1 2025 Analysis' and add an introduction section"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
π DOCX Document Creator (FastMCP-Powered)
Welcome to the DOCX Document Creator β a FastMCP-powered microserver that allows users to generate well-formatted .docx documents programmatically with a consistent style guide.
π Features
π Create a new DOCX document with Times New Roman styling
π Add a document title with 22pt bold centered text and underline
π§Ύ Insert justified paragraphs with 12pt Times New Roman
π§© Add section headings (18pt, justified, not bold)
π Include properly formatted clickable source citations
π Add footers with copyright and title
π Save documents to a local
document/directoryβοΈ Customize margins and view current document status
π Retrieve a built-in formatting guide
Related MCP server: Doc/docx-MCP
π Usage
This app runs as a FastMCP tool server. After launching docsserver.py, you can use the provided tools programmatically via the FastMCP protocol.
Example Tool Calls
create_new_document()
add_document_title("Economic Trends Report")
add_section_heading("Introduction")
add_paragraph_text("This report covers market trends observed during Q1 2025...")
add_source_citation("June 2025", "https://example.com/report", "Market Report")
add_document_footer()
save_document("Q1_Report.docx")This server cannot be installed
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.