Office MCP Server

Office MCP Server

Enables creation and editing of Word, Excel, and PowerPoint documents offline using pure Python, supporting tools for documents, spreadsheets, and presentations.

Category
Visit Server

README

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

Install

pip install office-mcp-server

Or run directly with uvx:

uvx office-mcp-server

Configuration

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_word_document Create .docx file
read_word_document Read .docx content
add_word_heading Add heading (level 1-6)
add_word_paragraph Add formatted paragraph
add_word_table Add table with headers
add_word_list Add bullet/numbered list
create_excel_workbook Create .xlsx file
read_excel_workbook Read .xlsx data
write_excel_data Write data to cells
add_excel_formula Add formula (e.g., =SUM(A1:A3))
add_excel_chart Create bar/line/pie chart
format_excel_cells Bold, color, alignment, border
create_presentation Create .pptx file
read_presentation Read slide content
add_presentation_slide Add slide with layout
add_presentation_text 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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured