
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
office-mcp-server
Advanced tools
A Model Context Protocol server for Microsoft Office document manipulation
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 8.0.x or higher
npm install -g office-mcp-server
Or use with npx (recommended):
npx office-mcp-server
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-server"]
}
}
}
This MCP server is part of the Supen project. See the main repository for contributing guidelines.
MIT License
FAQs
A Model Context Protocol server for Microsoft Office document manipulation
The npm package office-mcp-server receives a total of 0 weekly downloads. As such, office-mcp-server popularity was classified as not popular.
We found that office-mcp-server demonstrated a not healthy version release cadence and project activity because the last version was released 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.