Skip to content
Cursor

excel webview2 mcp for Cursor

io.github.dsbissett/excel-webview2-mcp

MCP server for Excel add-ins via WebView2 CDP

client:Cursor transport:stdio runtime:npm

Install excel webview2 mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

excel webview2 mcp in other clients