Office MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Office MCP ServerCreate an Excel file with sales data and a bar chart"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Office MCP Server
MCP server for creating and editing Word, Excel, and PowerPoint documents offline. Pure Python — no AppleScript, no COM, works on any platform.
Features
Word (.docx): create, read, add headings, paragraphs, tables, lists
Excel (.xlsx): create, read, write data, formulas, charts, cell formatting
PowerPoint (.pptx): create, read, add slides, text boxes
Related MCP server: Office MCP Server
Install
pip install office-mcp-serverOr run directly with uvx:
uvx office-mcp-serverConfiguration
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"office": {
"command": "uvx",
"args": ["office-mcp-server"]
}
}
}OpenCode / Claude Code
{
"mcpServers": {
"office": {
"command": "python",
"args": ["-m", "office_mcp_server.server"],
"cwd": "/path/to/office-mcp-server"
}
}
}Local development
git clone https://github.com/YOUR_USERNAME/office-mcp-server.git
cd office-mcp-server
pip install -e .Tools
Tool | Description |
| Create .docx file |
| Read .docx content |
| Add heading (level 1-6) |
| Add formatted paragraph |
| Add table with headers |
| Add bullet/numbered list |
| Create .xlsx file |
| Read .xlsx data |
| Write data to cells |
| Add formula (e.g., |
| Create bar/line/pie chart |
| Bold, color, alignment, border |
| Create .pptx file |
| Read slide content |
| Add slide with layout |
| Add text box to slide |
Example Usage
Ask your AI assistant:
"Create a Word document at ~/Desktop/report.docx with a title 'Q4 Report', add a heading 'Revenue', and a paragraph with the text 'Revenue increased by 25%'"
"Create an Excel file at ~/Desktop/data.xlsx, write headers Name/Score, add data rows, and create a bar chart"
"Create a PowerPoint at ~/Desktop/slides.pptx with title 'Pitch Deck', add 3 slides with content"
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Starbavk/office-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server