MCP Server for Excel for VS Code
io.github.sbroenne/mcp-server-excel
Excel automation for AI - Sheets, Power Query, DAX, VBA, Tables, Ranges and more. Windows only.
client:VS Code
transport:stdio
runtime:nuget
Install MCP Server for Excel in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-server-excel": {
"type": "stdio",
"command": "dnx",
"args": [
"Sbroenne.ExcelMcp.McpServer",
"--yes"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs