← Back to Plugins
MCP Server MCP

io.github.dsbissett/office-addin-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for Office add-ins via WebView2/CDP. Provides excel.*, page.*, and addin.* tools.

Homepage Verified source GitHub

Install

npx -y @dsbissett/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@dsbissett/office-addin-mcp",
      "version": "0.8.0",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...