MCP.so
登录

macOS Office 365 MCP Server

@vAirpower

关于 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.

基本信息

分类

其他

许可证

MIT license

运行时

python

传输方式

stdio

发布者

vAirpower

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

其他 分类下的更多 MCP 服务器