MCP docx server
@h4ck4life
MCP docx server について
MCP server to manipulate DOCX file
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"WordDocServer": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli],python-docx,docx2pdf",
"mcp",
"run",
"<your local path>/mcp-docx-server/server_runner.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP docx server?
MCP docx server is an MCP server for creating and editing Microsoft Word (.docx) files. It is designed to be used with MCP-compatible clients like Claude Desktop.
How to use MCP docx server?
Configure the server in your MCP client using the provided JSON. The server is launched via uv run with dependencies mcp[cli], python-docx, and docx2pdf. See the example configuration in the README for exact arguments.
Key features of MCP docx server
- Create new DOCX files programmatically.
- Edit existing DOCX files.
- Integrates with the Model Context Protocol.
「ファイルとストレージ」の他のコンテンツ
Google Drive MCP Server
hxie-pallasA google drive mcp servers based on Python
PDF Extraction MCP Server (Claude Code Fork)
xraywuMCP server to extract contents from a PDF file
File Context Server
bsmi021A Model Context Protocol (MCP) server that provides file system context to Large Language Models (LLMs). This server enables LLMs to read, search, and analyze code files with advanced caching and real-time file watching capabilities.
Mcp Directory
chatmcpdirectory for Awesome MCP Servers
MCP Filesystem Server
mark3labsGo server implementing Model Context Protocol (MCP) for filesystem operations.
コメント