Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Word MCP Live

PYPI · WORD-MCP-LIVE · SCANNED SEP 20

Live Microsoft Word editing via MCP — tracked changes, undo, comments, 40+ tools

Available components

+15 this week 75 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security99
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 5 of 36 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 10091 tokens (~96/item across 105 items; 105 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage68
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 5% of tool parameters carry a description.Partial
Tool Safety90
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 6 of 10 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "merge_table_cells" implies "merge" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Partial
  • An AI judge read all 105 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the Word MCP Live server?

Word MCP Live runs locally as a PyPI package, launched with uvx word-mcp-live. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · word-mcp-live

# add to Claude Code
claude mcp add ykarapazar-word-mcp-live -- uvx word-mcp-live
// .cursor/mcp.json
{
  "mcpServers": {
    "ykarapazar-word-mcp-live": {
      "command": "uvx",
      "args": [
        "word-mcp-live"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "ykarapazar-word-mcp-live": {
      "command": "uvx",
      "args": [
        "word-mcp-live"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add ykarapazar-word-mcp-live -- uvx word-mcp-live
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ykarapazar-word-mcp-live": {
      "type": "local",
      "command": [
        "uvx",
        "word-mcp-live"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ykarapazar-word-mcp-live --command uvx --arg word-mcp-live
# ~/.hermes/config.yaml
mcp_servers:
  ykarapazar-word-mcp-live:
    command: "uvx"
    args: ["word-mcp-live"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "ykarapazar-word-mcp-live": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "word-mcp-live"
      ]
    }
  }
}
# add to Vellum
assistant mcp add ykarapazar-word-mcp-live -t stdio -c uvx -a word-mcp-live
// mcp.json
{
  "mcpServers": {
    "ykarapazar-word-mcp-live": {
      "command": "uvx",
      "args": [
        "word-mcp-live"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 18 Sept 26 +16
    • Malware scan: unverified → pass security
    • Stability: 0.97 → pass security
  • 16 Sept 26 −14
    • Malware scan: pass → unverified security
  • 14 Sept 26 +16
    • Malware scan: unverified → pass security
  • 12 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 11 Sept 26 +1
    • Stability: 0.97 → pass security
  • 9 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 7 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/word-mcp-live@1.2.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build

Background: Why install scripts are a supply-chain risk →

Dependencies 36 packages
Packages resolved 36
Stale 4
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 105 exposed · ~10,091 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
accept_tracked_changes ~58

Accept tracked changes: apply insertions (keep text) and remove deletions. Optionally filter by author or specific change IDs.

NameTypeReqDescription
authorstring
change_idsarray
filenamestringyes

No output schema declared.

No examples provided.

add_bookmark ~44

Add a named bookmark at a paragraph for cross-referencing.

NameTypeReqDescription
bookmark_namestringyes
filenamestringyes
paragraph_indexintegeryes

No output schema declared.

No examples provided.

add_comment ~105

Add a comment to a Word document anchored to specific text. The comment will appear in Word's Review panel attached to the target text.

NameTypeReqDescription
authorstringComment author name (env: MCP_AUTHOR)
comment_textstringyesThe comment content
filenamestringyesPath to Word document
initialsstringAuthor initials (env: MCP_AUTHOR_INITIALS)
target_textstringyesText in the document to attach the comment to

No output schema declared.

No examples provided.

add_digital_signature ~41

Add a digital signature to a Word document.

NameTypeReqDescription
filenamestringyes
reasonstring
signer_namestringyes

No output schema declared.

No examples provided.

add_endnote_to_document ~48

Add an endnote to a specific paragraph in a Word document.

NameTypeReqDescription
endnote_textstringyes
filenamestringyes
paragraph_indexintegeryes

No output schema declared.

No examples provided.

add_footnote_after_text ~69

Add a footnote after specific text with proper superscript formatting. This enhanced function ensures footnotes display correctly as superscript.

NameTypeReqDescription
filenamestringyes
footnote_textstringyes
output_filenamestring
search_textstringyes

No output schema declared.

No examples provided.

add_footnote_before_text ~69

Add a footnote before specific text with proper superscript formatting. This enhanced function ensures footnotes display correctly as superscript.

NameTypeReqDescription
filenamestringyes
footnote_textstringyes
output_filenamestring
search_textstringyes

No output schema declared.

No examples provided.

add_footnote_enhanced ~70

Enhanced footnote addition with guaranteed superscript formatting. Adds footnote at the end of a specific paragraph with proper style handling.

NameTypeReqDescription
filenamestringyes
footnote_textstringyes
output_filenamestring
paragraph_indexintegeryes

No output schema declared.

No examples provided.

add_footnote_robust ~83

Add footnote with robust validation and Word compliance. This is the production-ready version with comprehensive error handling.

NameTypeReqDescription
auto_repairboolean
filenamestringyes
footnote_textstring
paragraph_indexinteger
search_textstring
validate_locationboolean

No output schema declared.

No examples provided.

add_footnote_to_document ~49

Add a footnote to a specific paragraph in a Word document.

NameTypeReqDescription
filenamestringyes
footnote_textstringyes
paragraph_indexintegeryes

No output schema declared.

No examples provided.

add_header_footer ~67

Add header and/or footer text to a document section.

NameTypeReqDescription
filenamestringyes
footer_alignmentstring
footer_textstring
header_alignmentstring
header_textstring
section_indexinteger

No output schema declared.

No examples provided.

add_heading ~121

Add a heading to a Word document with optional formatting.

NameTypeReqDescription
boldbooleanMake heading bold
border_bottombooleanAdd bottom border (for section headers)
filenamestringyesPath to Word document
font_namestringFont family (e.g., 'Helvetica')
font_sizeintegerFont size in points (e.g., 14)
italicbooleanMake heading italic
levelintegerHeading level (1-9)
textstringyesHeading text

No output schema declared.

No examples provided.

add_page_break ~24

Add a page break to the document.

NameTypeReqDescription
filenamestringyes

No output schema declared.

No examples provided.

add_page_numbers ~75

Add page numbers to header or footer using PAGE/NUMPAGES fields.

NameTypeReqDescription
alignmentstring
filenamestringyes
include_totalboolean
positionstring
prefixstring
section_indexinteger
suffixstring

No output schema declared.

No examples provided.

add_paragraph ~133

Add a paragraph to a Word document with optional formatting.

NameTypeReqDescription
boldbooleanMake text bold
colorstringText color as hex RGB (e.g., '000000')
filenamestringyesPath to Word document
font_namestringFont family (e.g., 'Helvetica', 'Times New Roman')
font_sizeintegerFont size in points (e.g., 14, 36)
italicbooleanMake text italic
stylestringOptional paragraph style name
textstringyesParagraph text content

No output schema declared.

No examples provided.

add_picture ~38

Add an image to a Word document.

NameTypeReqDescription
filenamestringyes
image_pathstringyes
widthnumber

No output schema declared.

No examples provided.

add_restricted_editing ~47

Add restricted editing to a document, allowing editing only in specified sections.

NameTypeReqDescription
editable_sectionsarrayyes
filenamestringyes
passwordstringyes

No output schema declared.

No examples provided.

add_section_break ~40

Add a section break (new_page, continuous, even_page, odd_page).

NameTypeReqDescription
break_typestring
filenamestringyes

No output schema declared.

No examples provided.

add_table ~44

Add a table to a Word document.

NameTypeReqDescription
colsintegeryes
dataarray
filenamestringyes
rowsintegeryes

No output schema declared.

No examples provided.

add_table_of_contents ~42

Add a table of contents based on heading styles.

NameTypeReqDescription
filenamestringyes
max_levelinteger
titlestring

No output schema declared.

No examples provided.

add_watermark ~80

Add a diagonal text watermark (e.g. TASLAK, GİZLİ, DRAFT) to a document.

NameTypeReqDescription
filenamestringyes
font_colorstring
font_sizeinteger
rotationinteger
section_indexinteger
textstring

No output schema declared.

No examples provided.

apply_table_alternating_rows ~54

Apply alternating row colors to a table for better readability.

NameTypeReqDescription
color1string
color2string
filenamestringyes
table_indexintegeryes

No output schema declared.

No examples provided.

auto_fit_table_columns ~35

Set table columns to auto-fit based on content.

NameTypeReqDescription
filenamestringyes
table_indexintegeryes

No output schema declared.

No examples provided.

convert_to_pdf ~32

Convert a Word document to PDF format.

NameTypeReqDescription
filenamestringyes
output_filenamestring

No output schema declared.

No examples provided.

copy_document ~32

Create a copy of a Word document.

NameTypeReqDescription
destination_filenamestring
source_filenamestringyes

No output schema declared.

No examples provided.

create_custom_style ~77

Create a custom style in the document.

NameTypeReqDescription
base_stylestring
boldboolean
colorstring
filenamestringyes
font_namestring
font_sizeinteger
italicboolean
style_namestringyes

No output schema declared.

No examples provided.

create_document ~38

Create a new Word document with optional metadata.

NameTypeReqDescription
authorstring
filenamestringyes
titlestring

No output schema declared.

No examples provided.

customize_footnote_style ~61

Customize footnote numbering and formatting in a Word document.

NameTypeReqDescription
filenamestringyes
font_namestring
font_sizeinteger
numbering_formatstring
start_numberinteger

No output schema declared.

No examples provided.

delete_footnote_from_document ~79

Delete a footnote from a Word document. Identify the footnote either by ID (1, 2, 3, etc.) or by searching for text near it.

NameTypeReqDescription
filenamestringyes
footnote_idinteger
output_filenamestring
search_textstring

No output schema declared.

No examples provided.

delete_footnote_robust ~71

Delete footnote with comprehensive cleanup and orphan removal. Ensures complete removal from document.xml, footnotes.xml, and relationships.

NameTypeReqDescription
clean_orphansboolean
filenamestringyes
footnote_idinteger
search_textstring

No output schema declared.

No examples provided.

delete_paragraph ~31

Delete a paragraph from a document.

NameTypeReqDescription
filenamestringyes
paragraph_indexintegeryes

No output schema declared.

No examples provided.

find_text_in_document ~52

Find occurrences of specific text in a Word document.

NameTypeReqDescription
filenamestringyes
match_caseboolean
text_to_findstringyes
whole_wordboolean

No output schema declared.

No examples provided.

format_table ~58

Format a table with borders, shading, and structure.

NameTypeReqDescription
border_stylestring
filenamestringyes
has_header_rowboolean
shadingarray
table_indexintegeryes

No output schema declared.

No examples provided.

format_table_cell_text ~101

Format text within a specific table cell.

NameTypeReqDescription
boldboolean
col_indexintegeryes
colorstring
filenamestringyes
font_namestring
font_sizeinteger
italicboolean
row_indexintegeryes
table_indexintegeryes
text_contentstring
underlineboolean

No output schema declared.

No examples provided.

format_text ~273

Format text within a paragraph using python-docx (cross-platform, file-based). Only supports: bold, italic, underline, color, font_size, font_name. Does NOT support: highlight colors, styles, tracked changes. For highlight/style changes, use word_live_format_text instead (Windows only). Args: filename: Path to the Word document (must not be open in Word). paragraph_index: Index of the paragraph (0-based). start_pos: Start position within the paragraph text. end_pos: End position within the paragraph text. bold: Set text bold (True/False). italic: Set text italic (True/False). underline: Set text underlined (True/False). color: Text color — named ("red", "blue") or hex ("FF0000"). font_size: Font size in points. font_name: Font name/family (e.g., "Arial").

NameTypeReqDescription
boldboolean
colorstring
end_posintegeryes
filenamestringyes
font_namestring
font_sizeinteger
italicboolean
paragraph_indexintegeryes
start_posintegeryes
underlineboolean

No output schema declared.

No examples provided.

get_all_comments ~24

Extract all comments from a Word document.

NameTypeReqDescription
filenamestringyes

No output schema declared.

No examples provided.

get_comments_by_author ~35

Extract comments from a specific author in a Word document.

NameTypeReqDescription
authorstringyes
filenamestringyes

No output schema declared.

No examples provided.

get_comments_for_paragraph ~37

Extract comments for a specific paragraph in a Word document.

NameTypeReqDescription
filenamestringyes
paragraph_indexintegeryes

No output schema declared.

No examples provided.

get_document_info ~23

Get information about a Word document.

NameTypeReqDescription
filenamestringyes

No output schema declared.

No examples provided.

get_document_outline ~24

Get the structure of a Word document.

NameTypeReqDescription
filenamestringyes

No output schema declared.

No examples provided.

get_document_text ~24

Extract all text from a Word document.

NameTypeReqDescription
filenamestringyes

No output schema declared.

No examples provided.

get_document_xml ~26

Get the raw XML structure of a Word document.

NameTypeReqDescription
filenamestringyes

No output schema declared.

No examples provided.

get_highlighted_text ~41

Extract all highlighted/colored text from a Word document, including text inside tables.

NameTypeReqDescription
colorstring
filenamestringyes

No output schema declared.

No examples provided.

get_paragraph_text_from_document ~38

Get text from a specific paragraph in a Word document.

NameTypeReqDescription
filenamestringyes
paragraph_indexintegeryes

No output schema declared.

No examples provided.

highlight_table_header ~48

Apply special highlighting to table header row.

NameTypeReqDescription
filenamestringyes
header_colorstring
table_indexintegeryes
text_colorstring

No output schema declared.

No examples provided.

insert_header_near_text ~127

Insert a header (with specified style) before or after the target paragraph. Specify by text or paragraph index. Args: filename (str), target_text (str, optional), header_title (str), position ('before' or 'after'), header_style (str, default 'Heading 1'), target_paragraph_index (int, optional).

NameTypeReqDescription
filenamestringyes
header_stylestring
header_titlestring
positionstring
target_paragraph_indexinteger
target_textstring

No output schema declared.

No examples provided.

insert_line_or_paragraph_near_text ~131

Insert a new line or paragraph (with specified or matched style) before or after the target paragraph. Specify by text or paragraph index. Args: filename (str), target_text (str, optional), line_text (str), position ('before' or 'after'), line_style (str, optional), target_paragraph_index (int, optional).

NameTypeReqDescription
filenamestringyes
line_stylestring
line_textstring
positionstring
target_paragraph_indexinteger
target_textstring

No output schema declared.

No examples provided.

insert_numbered_list_near_text ~139

Insert a bulleted or numbered list before or after the target paragraph. Specify by text or paragraph index. Args: filename (str), target_text (str, optional), list_items (list of str), position ('before' or 'after'), target_paragraph_index (int, optional), bullet_type ('bullet' for bullets or 'number' for numbered lists, default: 'bullet').

NameTypeReqDescription
bullet_typestring
filenamestringyes
list_itemsarray
positionstring
target_paragraph_indexinteger
target_textstring

No output schema declared.

No examples provided.

list_available_documents ~27

List all .docx files in the specified directory.

NameTypeReqDescription
directorystring

No output schema declared.

No examples provided.

list_tracked_changes ~47

List all tracked changes (insertions and deletions) in a Word document. Returns author, date, text, and paragraph context for each change.

NameTypeReqDescription
filenamestringyes

No output schema declared.

No examples provided.

Common questions

What is the Word MCP Live server?

Word MCP Live is listed in the public MCP registry as io.github.ykarapazar/word-mcp-live. Live Microsoft Word editing via MCP, tracked changes, undo, comments, 40+ tools. This page covers its PyPI package (word-mcp-live).

Is the Word MCP Live server safe to use?

Word MCP Live scores 75 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Word MCP Live server expose?

Word MCP Live exposes 105 tools: create_document, copy_document, get_document_info, get_document_text, get_document_outline, and 100 more. Their descriptions and schemas cost roughly 10,091 tokens of context every time the server is loaded.

Is the Word MCP Live server still maintained?

Word MCP Live is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.