office-mcp

r12f/office-mcp
★ 0 stars Rust Code/Dev Tools Updated today
An MCP server that bridges AI assistants to live Microsoft Office applications via reverse-connecting in-process add-ins. Handles IRM-protected documents that python-docx and COM-based MCPs cannot.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "office-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "office-mcp"
      ]
    }
  }
}

README Excerpt

**A bridge between AI assistants and live Microsoft Office applications via in-process add-ins.** `office-mcp` exposes Word, Excel, and PowerPoint (with Outlook planned) as MCP tools by running an add-in inside each Office instance. The add-in reverse-connects to a single long-lived MCP server process, which multiplexes MCP clients across all running Office windows.