65-tool Excel MCP server. Read, write, format, and export .xlsx files. Windows-first.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Local-first, governed MCP servers for Microsoft Office β built for developers who want to treat Office files the way they treat code.
MCP Office is a suite of Model Context Protocol servers that expose Microsoft Office capabilities as governed, deterministic tool calls. Each server runs locally on Windows, connects to your MCP client (Claude Desktop, VS Code Copilot, or any MCP-compatible client), and gives you structured control over Office files β without an in-app AI assistant.
This is not a Copilot replacement. It is a developer-first execution layer for Office automation.
| Package | What it does | Install | Tools |
|---|---|---|---|
excelmcp | Read, write, style, validate, and export Excel workbooks | pip install mcp-office | 65 |
pptmcp | Build, edit, review, and export PowerPoint presentations. Output Contract framework for machine-verifiable slide specs | pip install mcp-office | 46 |
wordmcp | Template assembly, tracked-changes support, and structural QA for Word documents | pip install mcp-office | 50 |
| Package | Status |
|---|---|
mailmcp | In development β Outlook email, calendar, contacts, and MailRepo search |
New packages are added as they complete their proof cycle. See ROADMAP.md.
python --version)PyPI note:
excelmcpon PyPI is an unrelated third-party package. Do notpip install excelmcpβ that ships you a stranger's code. The published suite package ismcp-office.
Or clone and install from source (for development / COM extras):
Open %APPDATA%\Claude\claude_desktop_config.json (create it if it doesn't exist) and add the servers you installed:
Replace C:\\path\\to\\your\\files with the directory where your Office files live. Restart Claude Desktop after saving.
In Claude Desktop, send:
Each should return a tool list (65 for Excel, 46 for PowerPoint, 50 for Word). If a server is missing, check that python resolves to the venv where you installed mcp-office.
Full per-package guides: excelmcp/README.md Β· pptmcp/README.md Β· wordmcp/README.md
Detailed step-by-step: docs/quickstart.md
| Requirement | Notes |
|---|---|
| Windows 10 or 11 | COM automation requires Windows |
| Python 3.11+ | python --version to confirm |
| Microsoft Office | Required for COM-dependent tools (styling, PDF export, tracked-changes). Read-only docx/xlsx/pptx tools work without Office. |
| MCP client | Claude Desktop or VS Code with Copilot |
Each server is a standalone stdio MCP server. No network calls. No cloud dependency. Your files stay local.
This project is in active development. The best way to contribute right now:
See CONTRIBUTING.md for development guidelines.
MIT β see LICENSE.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-office-excel)<a href="https://allmcps.com/mcp/mcp-office-excel"><img src="https://allmcps.com/api/badge/mcp-office-excel?style=directory" alt="MCP Office Excel on AllMCPs" /></a>