Excel Webview2 MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 52 installs a week from npm. Last commit 25 Apr 2026.
MCP server for Excel add-ins via WebView2 CDP
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add excel-webview2-mcp -- npx -y @dsbissett/excel-webview2-mcp
{
"mcpServers": {
"excel-webview2-mcp": {
"args": [
"-y",
"@dsbissett/excel-webview2-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.excel-webview2-mcp]
command = "npx"
args = ["-y", "@dsbissett/excel-webview2-mcp"]
{
"mcpServers": {
"excel-webview2-mcp": {
"args": [
"-y",
"@dsbissett/excel-webview2-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"excel-webview2-mcp": {
"args": [
"-y",
"@dsbissett/excel-webview2-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.