Word MCP Server
Description
# Word MCP Server Word MCP Server là một ứng dụng Python cho phép tạo và chỉnh sửa tài liệu Microsoft Word (.docx) thông qua API. Dự án này sử dụng FastMCP để xây dựng các công cụ tương tác với tài liệu Word. ## Cài đặt ### Yêu cầu - Python 3.12+ - Các thư viện phụ thuộc: -…
About
# Word MCP Server Word MCP Server là một ứng dụng Python cho phép tạo và chỉnh sửa tài liệu Microsoft Word (.docx) thông qua API. Dự án này sử dụng FastMCP để xây dựng các công cụ tương tác với tài liệu Word. ## Cài đặt ### Yêu cầu - Python 3.12+ - Các thư viện phụ thuộc: - python-docx - opencv-python (cv2) - numpy -…
Details
- Author
- cuongpham2107
- GitHub stars
- 3
- Downloads
- 380
- Categories
- Productivity, Other, API
Jump to
- Create and open Word documents (.docx)
- Add and format text with headings, paragraphs, and runs
- Insert images from file paths or numpy arrays
- Create tables with custom styles
- Manage resources and prompts stored in directories
- Integrate with LLMs via the MCP protocol
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Word MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install dependencies with uv pip install . in a Python 3.12+ virtual environment. Configure the server by editing a JSON file with the Python interpreter path and server script path, then launch it through an LLM client. The server exposes functions such as create_new_document(), add_heading(), add_paragraph(), add_run_to_paragraph(), add_picture(), add_table(), and save_document().
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"word mcp server": {
"word-mcp-server": {
"command": "uv",
"args": [
"venv"
]
}
}
}
}
McpServers
{
"word-mcp-server": {
"command": "uv",
"args": [
"venv"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





