office addin mcp for Claude Desktop
io.github.dsbissett/office-addin-mcp
MCP server for Office add-ins via WebView2/CDP. Provides excel.*, page.*, and addin.* tools.
client:Claude Desktop
transport:stdio
runtime:npm
Install office addin mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"office-addin-mcp": {
"command": "npx",
"args": [
"-y",
"@dsbissett/office-addin-mcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs