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.
其他 分类下的更多 MCP 服务器
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
ghidraMCP
LaurieWiredMCP Server for Ghidra

EverArt
modelcontextprotocolModel Context Protocol Servers
评论