ooxml-mcp-server

Bajahaw/ooxml-mcp-server
★ 0 stars Go AI/LLM Updated today
MCP server for creating, inspecting, editing, and validating Office Open XML documents (.docx, .pptx, .xlsx)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ooxml-mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/Bajahaw/ooxml-mcp-server@latest"
      ]
    }
  }
}

README Excerpt

MCP server for creating, inspecting, editing, and validating **Office Open XML** documents (`.docx`, `.pptx`, `.xlsx`) at the package/part level. Extracted from [ai-ui](https://github.com/Bajahaw/ai-ui) as a standalone [Model Context Protocol](https://modelcontextprotocol.io/) server. | Tool | Description |

Tools (6)

create_documentdelete_document_partlist_document_partsread_document_partvalidate_documentwrite_document_part