New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

office-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

office-mcp-server

A Model Context Protocol server for Microsoft Office document manipulation

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Office MCP Server

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).

Prerequisites

Required:

  • .NET 8.0 Runtime or SDK
  • Node.js 16.0.0 or higher

Verify .NET installation:

dotnet --version
# Should show 8.0.x or higher

Installation

npm install -g office-mcp-server

Or use with npx (recommended):

npx office-mcp-server

Usage

Command Line

Start the MCP server in stdio mode:

office-mcp

MCP Client Configuration

Add to your MCP client configuration:

{
  "servers": {
    "office": {
      "command": "office-mcp"
    }
  }
}

Or if using npx:

{
  "servers": {
    "office": {
      "command": "npx",
      "args": ["office-mcp-server"]
    }
  }
}

Contributing

This MCP server is part of the Supen project. See the main repository for contributing guidelines.

License

MIT License

Keywords

mcp

FAQs

Package last updated on 05 Sep 2025

Related posts