Office Addin MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 47 installs a week from npm. Last commit 10 Jun 2026.
MCP server for Office add-ins via WebView2/CDP. Provides excel.*, page.*, and addin.* tools.
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 office-addin-mcp -- npx -y @dsbissett/office-addin-mcp
{
"mcpServers": {
"office-addin-mcp": {
"args": [
"-y",
"@dsbissett/office-addin-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.office-addin-mcp]
command = "npx"
args = ["-y", "@dsbissett/office-addin-mcp"]
{
"mcpServers": {
"office-addin-mcp": {
"args": [
"-y",
"@dsbissett/office-addin-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"office-addin-mcp": {
"args": [
"-y",
"@dsbissett/office-addin-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.