mcpbeat Sign in

Word MCP Server

local only

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

Microsoft Word automation for AI assistants. Requires Word for Windows.

Installs / week
not published
1
Stars
1 open issues
1 Sep 2026
Last commit
from GitHub
MIT
License
C#

What the code does

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

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 src/WordMcp.Service/ServiceClient.cs:260
        var startInfo = new ProcessStartInfo(executable)

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Word

same job, measured the same way
Live Chemdraw MCP
by maleitch

Connects AI assistants to a live ChemDraw window on Windows via COM automation.

local only
Browser Agent
by runbook-ai

MCP server for browser automation with AI agent

247 installs/wk local only
Precision Desktop
by ikoskela

Fixes DPI coordinate scaling for Windows desktop automation MCP servers.

53 installs/wk local only
MCP Sap Gui
by kts982

SAP GUI for Windows automation for AI agents - 59 structured tools via SAP GUI Scripting API

683 installs/wk local only
MCP Test Utils
by jeenyjai

Desktop UI automation for AI agents: screenshots, windows, mouse, keyboard, UI Automation, OCR

local only
Uindow
by uindow

Real signed-browser automation for AI agents, over a local stdio MCP server.

1 266 installs/wk local only
Obscuraai MCP Server
by madeinphantom

Generate visual AI automation workflows from any MCP client. No API key required.

64 installs/wk local only
MCP Server for PowerPoint
by trsdn

PowerPoint automation for AI - Slides, Shapes, Text, Charts and more. Windows only.

local only

Word — questions

Answers built from our own checks of this server.

Why is there no uptime for Word?
Word 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 open source?
Yes — it is published under the MIT licence, written in C#, 1 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.