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
word_live_set_page_layout ~116

[Windows only] Set page layout (orientation, size, margins) for a section in a Word document open in Word. Requires Word running.

NameTypeReqDescription
filenamestring
margin_bottom_inchesnumber
margin_left_inchesnumber
margin_right_inchesnumber
margin_top_inchesnumber
orientationstring
page_height_inchesnumber
page_width_inchesnumber
section_indexinteger

No output schema declared.

No examples provided.

word_live_set_paragraph_spacing ~114

[Windows only] Set paragraph spacing (before/after/line) in a Word document open in Word. Paragraphs are 1-indexed. Requires Word running.

NameTypeReqDescription
end_paragraphinteger
filenamestring
line_spacingnumber
line_spacing_rulestring
paragraph_indexinteger
space_after_ptnumber
space_before_ptnumber
start_paragraphinteger

No output schema declared.

No examples provided.

word_live_setup_heading_numbering ~819

[Windows only] Set up auto-numbered headings with multilevel list (1. / 1.1). Creates a multilevel list template linked to Heading 1 and Heading 2 styles. Default formats: Level 1 = "%1." (produces "1."), Level 2 = "%1.%2" (produces "1.1"). Custom formats supported — e.g., h1_number_format="MADDE %1 – " produces "MADDE 1 – ". Applies styles and numbering to the specified paragraphs, then optionally strips manual number prefixes. Recognizes two patterns: - Numeric: "1. ", "6.2. ", "10.3 " (regex: ^\d+(\.\d+)*\.?\s+) - MADDE: "MADDE 6 – ", "MADDE 10 - " (regex: ^MADDE\s+\d+\s*[–-]\s*) If any style parameter is provided, Heading 1 and Heading 2 styles are customized before applying. If no style params are given, only numbering is applied (existing styles are preserved). Args: filename: Document name or path (None = active document). h1_paragraphs: List of 1-indexed paragraph numbers for Heading 1 (main sections). h2_paragraphs: List of 1-indexed paragraph numbers for Heading 2 (sub-sections). strip_manual_numbers: Remove leading number/MADDE prefix from headings (default True). h1_number_format: Custom Level 1 format (default "%1."). Use %1 for the number. Example: "MADDE %1 – " produces "MADDE 1 – ", "MADDE 2 – ", etc. h2_number_format: Custom Level 2 format (default "%1.%2"). Use %1 and %2. Example: "%1.%2." produces "1.1.", "1.2.", etc. font_name: Font family for both heading styles (e.g., "Cambria"). h1_size: Font size in points for Heading 1 (e.g., 13). h2_size: Font size in points for Heading 2 (e.g., 11). bold: Set bold on both heading styles (True/False). alignment: Paragraph alignment — "left", "center", "right", "justify". font_color: Text color as "#RRGGBB" hex (e.g., "#0D0D0D"). h1_space_before: Space before Heading 1 in points (e.g., 18). h1_space_after: Space after Heading 1 in points (e.g., 6). h2_space_before: Space before Heading 2 in points (e.g., 12). h2_space_after:…

NameTypeReqDescription
alignmentstring
boldboolean
filenamestring
font_colorstring
font_namestring
h1_number_formatstring
h1_paragraphsarray
h1_sizenumber
h1_space_afternumber
h1_space_beforenumber
h2_number_formatstring
h2_paragraphsarray
h2_sizenumber
h2_space_afternumber
h2_space_beforenumber
line_spacingnumber
strip_manual_numbersboolean

No output schema declared.

No examples provided.

word_live_undo ~54

[Windows only] Undo the last N operations in a Word document open in Word. Each MCP tool call is one undo entry. Requires Word running.

NameTypeReqDescription
filenamestring
timesinteger

No output schema declared.

No examples provided.

word_screen_capture ~52

[Windows only] Capture a screenshot of a Word document window. Returns the path to the saved PNG image. Requires Word to be running.

NameTypeReqDescription
filenamestring
output_pathstring

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.