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

コメント

「その他」の他のコンテンツ