Skip to main content
Glama

๐Ÿ“„ 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

๐Ÿ›  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

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    MCP server for seamless document format conversion using Pandoc, supporting Markdown, HTML, PDF, DOCX (.docx), csv and more.
    Last updated -
    1
    454
    MIT License
    • Apple
  • -
    security
    F
    license
    -
    quality
    A powerful Word document processing service based on FastMCP, enabling AI assistants to create, edit, and manage docx files with full formatting support. Preserves original styles when editing content.
    Last updated -
    149
  • -
    security
    A
    license
    -
    quality
    A FastMCP server providing powerful code editing tools including precise file modifications with diff-based operations, file creation and reading with line numbers, and more tools for code editing workflows.
    Last updated -
    MIT License
    • Apple
    • Linux
  • -
    security
    F
    license
    -
    quality
    An MCP server that provides comprehensive PDF processing capabilities including text extraction, image extraction, table detection, annotation extraction, metadata retrieval, page rendering, and document structure analysis.
    Last updated -
    • Apple

View all related MCP servers

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