Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

MCP server for creating and editing PowerPoint, Excel, and Word documents. Runs as an SSE server and provides 18 tools for document manipulation.

README.md

onit-office

Standalone MCP server for Microsoft Office document creation (PowerPoint, Excel, Word). Runs as an SSE server that can be used with any MCP client.

Vendored from onit.

Installation

pip install onit-office

Usage

Start the server (runs in background): ```bash onit-office

or

onit-office start ```

Start in foreground (for debugging): ``bash onit-office start --foreground ``

Custom host/port: ``bash onit-office start --host 127.0.0.1 --port 8000 ``

Check status: ``bash onit-office status ``

Stop the server: ``bash onit-office stop ``

Using with onit

onit can connect to onit-office as an MCP SSE server. Start onit-office first, then launch onit with the --mcp-sse flag:

onit-office start
onit --mcp-sse http://localhost:18203/sse --web

This gives onit access to all 18 office document tools through its web interface.

MCP Client Configuration

Once running, connect any MCP client to the SSE endpoint:

http://localhost:18203/sse

Example MCP client config:

{
  "mcpServers": {
    "onit-office": {
      "url": "http://localhost:18203/sse"
    }
  }
}

Tools

18 tools for creating and editing Office documents:

PowerPoint (9 tools):

  • create_presentation - Create a new 16:9 presentation with title slide
  • add_slide - Add slides with various layouts (text, bullets, images, two-column)
  • add_table_slide - Add data tables with formatted headers
  • add_images_slide - Display multiple images in grid layouts
  • style_slide - Apply background colors and styling
  • get_presentation_info - Inspect presentation structure
  • read_presentation - Read full text content from all slides
  • modify_presentation - Edit text in shapes or delete slides
  • download_media - Download media files from URLs

Excel (4 tools):

  • create_excel - Create Excel files with headers and data
  • add_excel_rows - Append rows to existing Excel files
  • read_excel - Read cell contents from existing Excel files
  • modify_excel_cells - Edit specific cells in existing Excel files

Word (4 tools):

  • create_document - Create Word documents with optional headers/logos
  • add_document_content - Add headings, paragraphs, bullets, images, tables
  • read_document - Read full content from existing Word documents
  • modify_document - Edit or delete paragraphs in existing Word documents

General (1 tool):

  • get_file - Retrieve a created file as base64-encoded data for download

Data Directory

By default, created files are stored in a temporary directory unique to each server process (<system temp dir>/onit-office-<pid>, e.g. /tmp/onit-office-12345). This directory is automatically cleaned up when the server exits.

To persist files across restarts, specify a custom data path:

onit-office start --data-path /path/to/my/data

When --data-path is provided, auto-cleanup is disabled and files are retained.

Docker

See docs/DOCKER.md for Docker build and run instructions.

Testing

See docs/TESTING.md for how to run and structure tests.

License

Apache 2.0

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Files & Docs servers.