Excel Webview2 MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 53 installs a week from npm. Last commit 25 Apr 2026.
MCP server for Excel add-ins via WebView2 CDP
We read the source, 21 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const child = spawn(process.execPath, [DAEMON_SCRIPT_PATH, ...mcpArgs], {
const baseCandidate = path.join(entry, command);
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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"
}
}
}
MCP server for Office add-ins via WebView2/CDP. Provides excel.*, page.*, and addin.* tools.
MCP server for the Seline Analytics API
MCP server for data visualization with Mermaid charts.
MCP server for data visualization with Mermaid charts.
MCP server for macOS Numbers.app — spreadsheet access via AppleScript
MCP server for accurate, structure-preserving read/write access to Excel (.xlsx) files
MCP server for Umami Analytics API v2 — websites, stats, events, reports, and realtime
MCP server for Yandex Metrika — web analytics, counters, goals, traffic (Russia)
Answers built from our own checks of this server.