Word Editing MCP Server
@KS-GEN-AI
Word Editing MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"Word Editing Server": {
"command": "node",
"args": [
"/PATH_TO_THE_PROJECT/build/index.js"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Word Editing MCP Server?
Word Editing MCP Server is a TypeScript-based MCP server that provides tools for interacting with Microsoft Word (.docx) files and converting them to PDF with precise formatting. It is intended for users who need to read, modify, delete, or convert Word files programmatically through an MCP-compatible client like Claude Desktop.
How to use Word Editing MCP Server?
Install dependencies (npm install), optionally install LibreOffice for PDF conversion (npm run install-libreoffice), then build (npm run build). Configure the server in your MCP client (e.g., Claude Desktop) by adding the server command pointing to the built index.js file. Once running, use the provided tools by specifying absolute or relative file paths.
Key features of Word Editing MCP Server
- List files in a folder (with optional path)
- Read text content from .docx files
- Replace words in .docx files and save as a new file
- Delete Word (.docx) files
- Convert .docx to PDF while preserving formatting and images
Use cases of Word Editing MCP Server
- Automating word replacement in multiple documents
- Converting Word documents to PDF for distribution
- Reading and extracting text from .docx files
- Cleaning up Word files by deleting unnecessary ones
- Integrating document manipulation into AI-assisted workflows
FAQ from Word Editing MCP Server
What file paths does the server accept?
The server accepts absolute or relative paths (relative to the process current working directory). There is no pre-selected working folder.
Does Word to PDF conversion require any external software?
Yes, converting .docx to PDF requires LibreOffice to be installed. The server uses LibreOffice in headless mode for professional-quality conversion.
How do I configure Word Editing MCP Server with Claude Desktop?
Add an entry to your Claude Desktop configuration file (e.g., claude_desktop_config.json) with the command node and args pointing to the compiled build/index.js file.
What tools does the server provide?
The server provides five tools: list_files_in_folder, read_word_content, replace_word_words, delete_word_file, and word_to_pdf.
Can I replace multiple words at once in a document?
Yes, the replace_word_words tool accepts an array of {from, to} replacement pairs, allowing multiple word replacements in a single operation.
「その他」の他のコンテンツ
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
🚀 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,
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
コメント