office-addin-mcp

dsbissett/office-addin-mcp
★ 0 stars Go 🌐 Browser/Web Updated 1d ago
MCP server for Excel automation via WebView2 CDP — 37 high-level tools for workbooks, sheets, ranges, and charts plus ~411 raw CDP methods
View on GitHub →

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-addin-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/dsbissett/office-addin-mcp@latest"
      ]
    }
  }
}

README Excerpt

MCP server for driving Office add-ins and Excel via WebView2 and the Chrome DevTools Protocol. `office-addin-mcp` is a Go binary that exposes a high-level tool surface for Excel and browser add-ins running inside WebView2. It speaks the [Model Context Protocol](https://modelcontextprotocol.io) over stdio.

Tools (3)

OAMCP_ALLOW_DANGEROUS_CDPOFFICE_ADDIN_MCP_EXPOSE_RAW_CDPnpx