Excel WebView2 MCP
Rank #30,709io.github.dsbissett/excel-webview2-mcp
MCP server for Excel add-ins via WebView2 CDP
Excel WebView2 MCP is a Model Context Protocol (MCP) server published by dsbissett. It ranks #30,709 of 132,405 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Excel WebView2 MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Apr 17, 2026 and most recently updated on Apr 25, 2026.
Ranks ahead of 101,696 of 132,405 servers on MCP Toplist.
Use Excel WebView2 MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add excel-webview2-mcp -- npx -y @dsbissett/excel-webview2-mcp[mcp_servers.excel-webview2-mcp]
command = "npx"
args = ["-y", "@dsbissett/excel-webview2-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"excel-webview2-mcp": {
"command": "npx",
"args": [
"-y",
"@dsbissett/excel-webview2-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"excel-webview2-mcp": {
"command": "npx",
"args": [
"-y",
"@dsbissett/excel-webview2-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"excel-webview2-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dsbissett/excel-webview2-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"excel-webview2-mcp": {
"command": "npx",
"args": [
"-y",
"@dsbissett/excel-webview2-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"excel-webview2-mcp": {
"command": "npx",
"args": [
"-y",
"@dsbissett/excel-webview2-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.dsbissett%2Fexcel-webview2-mcp)<a href="https://mcptoplist.com/server/io.github.dsbissett%2Fexcel-webview2-mcp"><img src="https://mcptoplist.com/badge/io.github.dsbissett%2Fexcel-webview2-mcp.svg" alt="MCP Toplist: Top 25% of 132,405" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
dsbissett
Other servers by dsbissett
View all dsbissett servers →Available versions (4)
| Version | Published |
|---|---|
| 0.0.13 | Apr 25, 2026 |
| 0.0.9 | Apr 23, 2026 |
| 0.0.8 | Apr 23, 2026 |
| 0.0.7 | Apr 22, 2026 |
Frequently asked questions
- Who maintains Excel WebView2 MCP?
- Excel WebView2 MCP is maintained by dsbissett, which publishes 2 MCP servers (11 total versions) tracked on MCP Toplist.
- Is Excel WebView2 MCP listed on the Official MCP Registry?
- Yes — Excel WebView2 MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Excel WebView2 MCP have?
- MCP Toplist tracks 4 versions of Excel WebView2 MCP, most recently published on Apr 25, 2026.
- Where can I find the source code for Excel WebView2 MCP?
- The source code for Excel WebView2 MCP is hosted at github.com/dsbissett/excel-webview2-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.