mcpbeat Sign in

KitchenSink4Word MCP Server

local only

KitchenSink4Word runs on your own machine — the client starts it, so there is no endpoint to ping. 1 825 installs a week from pypi. Last commit 17 Sep 2026.

Word (.docx) MCP server: 221 operations, live editing, tracked changes, citations, mail merge.

Installs per day peak 1 166 · avg 393
a month agotoday
1 825
Installs / week
pypi · kitchensink4word
8
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
Python

What changed 2

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 September 2026. No other catalogue keeps this.

10 Sep the owner changed
9 Sep the owner changed

What the code does

We read the source, 19 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.

Builds a file path from a variable [пакет] src/word_mcp/ops/media.py:1158
                resolved = posixpath.normpath(posixpath.join(base, target))

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

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add kitchensink4word -- uvx kitchensink4word
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kitchensink4word": {
      "args": [
        "kitchensink4word"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.kitchensink4word]
command = "uvx"
args = ["kitchensink4word"]
.cursor/mcp.json
{
  "mcpServers": {
    "kitchensink4word": {
      "args": [
        "kitchensink4word"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "kitchensink4word": {
      "args": [
        "kitchensink4word"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to KitchenSink4Word

same job, measured the same way
MCP Office Word
by dosev-ai

50-tool Word MCP server. Document assembly, tracked changes, and export. Windows-first.

113 installs/wk local only
Word AI
by flyfish-dev

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

local only
Che Word MCP
by kiki830621

Swift-native MCP server for Word (.docx) manipulation with 148 tools

local only
Filesystem
by fieldcure

Secure MCP server for sandboxed filesystem operations with document parsing support.

local only
Site
by mailmergepdf

Mail Merge PDF: the site's own MCP server — checker, enquiry (enquiry = a human handoff, not a...

6 tools answering
Gdocs MCP
by dasasian

Treat a Google Doc like a local file: content editing, tracked-changes review, comments, tables.

74 installs/wk local only
PDF Reader
by xvvln

MCP server for extracting text, images, tables, links, annotations, and metadata from PDF files.

85 installs/wk local only
NanoPDF
by r09722akabennett

AI-powered PDF editing and generation MCP server using Gemini Pro.

local only

KitchenSink4Word — questions

Answers built from our own checks of this server.

Why is there no uptime for KitchenSink4Word?
KitchenSink4Word runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package kitchensink4word was installed 1 825 times last week.
How do I connect KitchenSink4Word?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls kitchensink4word straight from pypi; nothing to host, nothing to sign up for.
How many people use KitchenSink4Word?
The pypi package kitchensink4word was installed 1 825 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is KitchenSink4Word open source?
Yes — it is published under the AGPL-3.0 licence, written in Python and 8 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.