Skip to main content
Glama
gatahcha

DOCX Document Creator

by gatahcha

πŸ“„ 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")
-
security - not tested
F
license - not found
-
quality - not tested

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.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gatahcha/MCP-DOCX'

If you have feedback or need assistance with the MCP directory API, please join our Discord server