Skip to content
Grok

excel webview2 mcp for Grok

io.github.dsbissett/excel-webview2-mcp

MCP server for Excel add-ins via WebView2 CDP

client:Grok transport:stdio runtime:npm

Install excel webview2 mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "excel-webview2-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@dsbissett/excel-webview2-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

excel webview2 mcp in other clients