cuongpham2107_word-mcp-server
0
Word MCP Server is a Python application designed to create and edit Word documents via an API. It uses FastMCP for tool interaction, offering features like text and image formatting and table creation. The server can be used with LLMs for enhanced document handling.
Overview
Word MCP Server is a Python application that allows you to create and edit Microsoft Word (.docx) documents via an API. It utilizes FastMCP to build tools for interacting with Word documents.
Features
- Create and open Word documents
- Add and format text
- Add images
- Create tables
- Resource and prompt management
Installation Requirements
- Python 3.12+
- Dependencies: python-docx, opencv-python, numpy, FastMCP
Usage Instructions
To use Word MCP Server with large language models (LLM), configure it through a JSON file. Once set up, you can use natural language commands to create and edit Word documents, automatically generate content, format text, and intelligently add images and tables.