
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
office-mcp
Advanced tools
A Model Context Protocol (MCP) server for Microsoft Office document manipulation, providing AI assistants with the ability to read, write, and manipulate Word documents (.docx files).
Required:
Verify .NET installation:
dotnet --version
# Should show 9.0.x or higher
npm install -g office-mcp
Or use with npx (no installation required):
npx office-mcp
If you need to build the package locally:
# Clone the repository
git clone <repository-url>
cd mcp-servers/office
# Install dependencies and build
npm install
npm run build
# Test the build
npm test
# Package for local installation
npm pack
# Install locally
npm install -g ./office-mcp-*.tgz
Start the MCP server in stdio mode:
office-mcp
Add to your MCP client configuration:
{
"servers": {
"office": {
"command": "office-mcp"
}
}
}
Or if using npx:
{
"servers": {
"office": {
"command": "npx",
"args": ["office-mcp"]
}
}
}
The project includes cross-platform build scripts:
# Standard build (detects platform automatically)
npm run build
# Clean build artifacts
npm run clean
# Build for release/publishing
npm run build:release
The build system automatically detects and builds for your platform:
"office-mcp: command not found" after installation:
npm uninstall -g office-mcp && npm install -g office-mcpnpx office-mcp"Failed to start OfficeMcp" error:
dotnet --versionThis MCP server is part of the commercial Supen platform. As this is proprietary software, external contributions are not currently accepted.
This software is proprietary and not open source. All rights reserved by Supen Team.
For support and inquiries about this MCP server, please contact the Supen Team.
FAQs
A Model Context Protocol server for Microsoft Office document manipulation
The npm package office-mcp receives a total of 30 weekly downloads. As such, office-mcp popularity was classified as not popular.
We found that office-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.