The AI-Powered Word Document Processing Service is a powerful tool based on the FastMCP library, enabling AI assistants to create, edit, and manage .docx
files with full formatting support. It preserves original styles and formatting while editing content, making it ideal for precise document operations.
Ensure Python 3.10+ is installed, then install the following dependencies:
pip3 install python-docx mcp
Features > MCP Servers
section.Add new MCP server
.MCP_DOCX
Command
python3 /path/to/MCP_dox/server.py
(replace with the actual path to server.py
).Add
to add the service.After adding, you can use natural language to operate Word documents in Cursor's AI assistant. Examples:
- "Create a new Word document and save it to the desktop."
- "Add a level 3 heading."
- "Insert a 3x4 table and fill it with data."
- "Set the second paragraph to bold and center-aligned."
create_document
, open_document
, save_document
.add_paragraph
, add_heading
, add_table
, add_picture
.edit_paragraph
, delete_paragraph
, delete_text
.add_table_row
, delete_table_row
, edit_table_cell
, merge_table_cells
, split_table
.add_page_break
, set_page_margins
.get_document_info
, get_paragraphs
, get_tables
, search_text
.create_document
, open_document
, save_document
, save_as_document
, create_document_copy
.replace_section
, edit_section_by_keyword
.find_and_replace
, search_and_replace
(with preview functionality).python-docx
library to process Word documents.server.py
- Core implementation of the MCP service using the FastMCP library.If you encounter problems in Cursor:
1. Ensure Python 3.10+ is correctly installed.
2. Ensure the python-docx
and mcp
libraries are correctly installed.
3. Check if the server path is correct.
4. Restart the Cursor application.
python-docx
and mcp
libraries are correctly installed.MIT License
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. 基于FastMCP的强大Word文档处理服务,使AI助手能够创建、编辑和管理docx文件,支持完整的格式设置功能。在编辑内容时能够保留原始样式和格式,实现精确的文档操作。