Skip to content
Cursor

MCP Server for Excel for Cursor

io.github.sbroenne/mcp-server-excel

Excel automation for AI - Sheets, Power Query, DAX, VBA, Tables, Ranges and more. Windows only.

client:Cursor transport:stdio runtime:nuget

Install MCP Server for Excel in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-server-excel": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "Sbroenne.ExcelMcp.McpServer",
        "--yes"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MCP Server for Excel in other clients