MCP.so
Sign In

macOS Office 365 MCP Server

@vAirpower

About macOS Office 365 MCP Server

A comprehensive Model Context Protocol (MCP) server for automating Microsoft Office 365 applications (PowerPoint and Word) on macOS through AI agents like Claude and Cline.

Basic information

Category

Other

License

MIT license

Runtime

python

Transports

stdio

Publisher

vAirpower

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "office365": {
      "command": "python",
      "args": [
        "/path/to/macos-office365-mcp-server/src/office365_mcp_server.py"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is macOS Office 365 MCP Server?

The macOS Office 365 MCP Server is a Model Context Protocol server that enables AI assistants to create and manipulate Microsoft Office documents (PowerPoint, Word, and Excel) on macOS.

How to use macOS Office 365 MCP Server?

Install by cloning the repository and running pip install -r requirements.txt. Grant macOS Automation permissions for Office apps to your terminal application. Configure your MCP client (e.g., Claude Desktop or Cline) with the command pointing to python /path/to/macos-office365-mcp-server/src/office365_mcp_server.py. The AI assistant can then invoke tools to create presentations, documents, and workbooks.

Key features of macOS Office 365 MCP Server

  • Create and edit PowerPoint presentations with custom themes and layouts.
  • Add slides with text, images, and speaker notes.
  • Create Word documents with headings, paragraphs, lists, and tables.
  • Apply text formatting and styles in Word documents.
  • Create Excel workbooks with multiple worksheets and cell data.
  • Add formulas, create charts (bar, line, pie), and apply cell formatting.

Use cases of macOS Office 365 MCP Server

  • AI assistant generates a sales presentation with charts and speaker notes.
  • Automatically create formatted Word proposals from user prompts.
  • Build Excel workbooks with formulas and charts for data analysis.
  • Generate reports combining multiple Office documents on macOS.

FAQ from macOS Office 365 MCP Server

What dependencies are required?

Python 3.8+, macOS 10.15+, and Microsoft Office for Mac. Python packages: mcp, python-pptx, python-docx, openpyxl, aiofiles.

How does it control Office applications?

It uses AppleScript to automate Microsoft PowerPoint, Word, and Excel on macOS. You must grant Automation permissions for your terminal in System Preferences.

Which MCP clients are supported?

The README shows configuration examples for Claude Desktop and Cline (VS Code). The server runs as a Python process

Comments

More Other MCP servers