office addin mcp for Cursor
io.github.dsbissett/office-addin-mcp
MCP server for Office add-ins via WebView2/CDP. Provides excel.*, page.*, and addin.* tools.
client:Cursor
transport:stdio
runtime:npm
Install office addin mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"office-addin-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dsbissett/office-addin-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs