← Index

io.github.dsbissett/excel-webview2-mcp

io.github.dsbissett/excel-webview2-mcp·v0.0.13·Documents & Spreadsheets
Quality Score
75
/100

MCP server for Excel add-ins via WebView2 CDP

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "excel-webview2-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@dsbissett/excel-webview2-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "excel-webview2-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@dsbissett/excel-webview2-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @dsbissett/excel-webview2-mcp
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
5
installability
25
documentation
15
stability
5
§04  Alternatives in Documents & Spreadsheets