Word
БесплатноНе проверенEnables reading, creating, and appending content to Microsoft Word (.docx) files through natural language commands.
Описание
Enables reading, creating, and appending content to Microsoft Word (.docx) files through natural language commands.
README
Minimal MCP server for Microsoft Word document operations using python-docx.
Features
- read_word_document: Read text from .docx files
- create_word_document: Create new Word documents
- append_to_document: Add content to existing documents
Installation
cd ~/word-mcp-server
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
chmod +x server.py
Configuration
Add to ~/.kiro/settings/mcp.json:
{
"mcpServers": {
"word-mcp": {
"command": "~/word-mcp-server/venv/bin/python",
"args": ["~/word-mcp-server/server.py"]
}
}
}
Note: The ~ will automatically expand to your home directory, making this configuration work for any user.
Usage Examples
Read a document:
Read the Word document at ~/Documents/report.docx
Create a document:
Create a Word document at ~/Documents/memo.docx with the content "Meeting Notes\n\nDiscussed Q1 goals"
Append to a document:
Append "Action Items:\n- Review budget" to ~/Documents/memo.docx
Установка Word
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/swadegeiger1/word-mcp-serverFAQ
Word MCP бесплатный?
Да, Word MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Word?
Нет, Word работает без API-ключей и переменных окружения.
Word — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Word в Claude Desktop, Claude Code или Cursor?
Открой Word на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Word with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
