Word Editing MCP Server
@KS-GEN-AI
About Word Editing MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Word Editing Server": {
"command": "node",
"args": [
"/PATH_TO_THE_PROJECT/build/index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Awesome Mlops
visengerA curated list of references for MLOps
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
Comments