Word MCP Server
@MCP-Mirror
Word MCP Server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"cuongpham2107_word-mcp-server": {
"command": "uv",
"args": [
"venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Word MCP Server?
Word MCP Server is a Python application that enables creating and editing Microsoft Word (.docx) documents through an API using FastMCP. It provides tools for interacting with Word documents, such as adding text, images, and tables. It is designed for developers and LLMs needing programmatic document generation.
How to use Word MCP Server?
Install dependencies with uv pip install . after creating a virtual environment. Configure it for an LLM by providing a JSON object with the path to the Python interpreter and the server.py script. Once running, the server accepts commands from the LLM to create or edit documents using natural language or direct API calls.
Key features of Word MCP Server
- Create and open Word documents
- Add and format text (headings, paragraphs, runs)
- Insert images from file paths or numpy arrays
- Create tables with custom styles and data
- Manage resources and prompts for document workflows
Use cases of Word MCP Server
- Automate report generation with dynamic content
- Enable LLMs to produce formatted Word documents from natural language prompts
- Batch create documents with consistent structure and styling
FAQ from Word MCP Server
What dependencies does Word MCP Server require?
It requires Python 3.12+, and the libraries python-docx, opencv-python, numpy, and FastMCP.
How do I configure Word MCP Server for an LLM?
Provide a JSON configuration with the command pointing to the Python interpreter in the virtual environment and args including the path to server.py.
What colors are supported for text and highlights?
Supported colors include black, blue, green, dark blue, dark red, dark yellow, dark green, pink, red, white, teal, yellow, violet, gray25, and gray50.
Can I add images from numpy arrays?
Yes, you can add images using a numpy array (e.g., from OpenCV) with the add_picture function.
Does Word MCP Server store resources and prompts?
Yes, resources and prompts are stored in the resources and prompts directories within the project.
「その他」の他のコンテンツ
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
コメント