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
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
More Other MCP servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Nginx UI
0xJackyYet another WebUI for Nginx
Comments