Word MCP Server

Utilities for performing actions on words, or collections of words.

Local serverstdioPython

What is the Word MCP server?

If you already use Word, the word mcp server is the piece that lets your assistant work with it directly. Utilities for performing actions on words, or collections of words.

What the server does

Utilities for performing actions on words, or collections of words. This is a slowly expanding library of functions, conversions, and lookups added to as I see fit. Mostly intended for fun, or convenience. Not sure what it will grow into, but it's a nice laid back project.

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Credentials and setup notes

Direct dependencies of this project are requests, beautifulsoup4, click, pymediawiki, and their dependencies. If installing through Pip, or setup.py, they will be installed automatically. A requirements{,_dev}.txt files have been included for a more exact listing of the full requirements, and their version numbers. However, there may be some issues with version numbers on a couple

Where it fits

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. It is maintained by ncdulo; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Configuration

Direct dependencies of this project are requests, beautifulsoup4, click, pymediawiki, and their dependencies. If installing through Pip, or setup.py, they will be installed automatically. A requirements{,_dev}.txt files have been included for a more exact listing of the full requirements, and their version numbers. However, there may be some issues with version numbers on a couple

Frequently asked questions

It connects Word to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Word directly.