mcpbeat Sign in

Word AI MCP Server

local only

Word AI runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Jun 2026.

Structure-preserving Word DOCX editing MCP server and Office.js bridge for AI agents.

Installs / week
not published
9
Stars
1 open issues
17 Jun 2026
Last commit
from GitHub
AGPL-3.0
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call officecli_view_html.max_output_chars → word_ai_mcp/server.py:594
            proc = subprocess.run(
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command bin/word-ai-launcher.cjs:93
  const proc = childProcess.spawnSync(command, args, {
Builds a file path from a variable bin/word-ai-launcher.cjs:172
    const exe = path.join(nativeRoot, rid, nativeExecutableName(rid));
Executes code built at runtime word_ai_mcp/quickstart.py:161
            __import__(module_name)
Page loads a third-party script office-addin/src/taskpane.html:6
  <script src="https://appsforoffice.microsoft.com/lib/1/hosted/office.js"></script>
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/release-mcp.yml:151
      - name: Create or update GitHub release asset
        env:
          GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Alternatives to Word AI

same job, measured the same way
The Office Worker
by cafra-house

Local-first document MCP for AI agents: create, read, secure and sign PDF/Word/Excel/PPTX.

3 632 installs/wk local only
Microsoft Office
by mindstone

Microsoft Office MCP server: read and edit Word documents, Excel workbooks, and PowerPoint files

154 installs/wk local only
GrabzIt
by grabzit

Official GrabzIt MCP server for AI web scraping, screenshots, and PDF/DOCX generation.

40 installs/wk local only
Groupdocs Signature MCP
by groupdocs-signature

MCP server for GroupDocs.Signature — sign, search and verify document signatures via AI agents.

local only
Office Oxide MCP
by aimino-tech

Rust-native MCP server for Office document processing

48 installs/wk local only
LayerOne (DocX + Sign)
by golayerone

MCP server for LayerOne DocX (documents & Factur-X) and Sign (e-signature) APIs.

33 installs/wk local only
Safe Docx
by usejunior

AI-native surgical editing of Word .docx and OpenDocument .odt files with formatting preservation

211 installs/wk local only
Superdocs
by superdocs

AI document editing for agents: draft, edit, export .docx/PDF. 37 MCP tools; agent self-signup.

answering

Word AI — questions

Answers built from our own checks of this server.

Why is there no uptime for Word AI?
Word AI runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Word AI open source?
Yes — it is published under the AGPL-3.0 licence, written in Python, 9 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.