Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Word Doc

БесплатноНе проверен

MCP server for creating and reading Word (.docx) documents with rich formatting support.

GitHubEmbed

Описание

MCP server for creating and reading Word (.docx) documents with rich formatting support.

README

MCP Server for creating and reading Word (.docx) documents — with rich formatting support.

Tools

Tool Description
create_document Create .docx with headings, rich-text paragraphs, lists, tables, dividers
read_document Read .docx as plain text
append_document Append content to existing .docx

Content Types

{ "type": "heading", "level": 1, "text": "Title" }
{ "type": "paragraph", "text": "Plain text" }
{ "type": "paragraph", "runs": [{"text":"Bold", "bold":true}, {"text":" normal"}] }
{ "type": "list", "ordered": false, "items": ["Item 1", "Item 2"] }
{ "type": "table", "headers": ["Col A", "Col B"], "rows": [["a","b"]] }
{ "type": "divider" }
{ "type": "pageBreak" }

Install

VS Code / Copilot

{
  "mcpServers": {
    "word-doc": {
      "command": "npx",
      "args": ["-y", "word-doc-mcp"]
    }
  }
}

Claude Desktop

{
  "mcpServers": {
    "word-doc": {
      "command": "npx",
      "args": ["-y", "word-doc-mcp"]
    }
  }
}

Usage

Ask the AI:

Create a weekly report at E:/docs/report.docx with my 3 completed features and next week's plan.

Or:

Read the document at E:/docs/report.docx and summarize it.

License

MIT

from github.com/by-oneself/word-doc-mcp

Установка Word Doc

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/by-oneself/word-doc-mcp

FAQ

Word Doc MCP бесплатный?

Да, Word Doc MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Word Doc?

Нет, Word Doc работает без API-ключей и переменных окружения.

Word Doc — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Word Doc в Claude Desktop, Claude Code или Cursor?

Открой Word Doc на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Word Doc with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development