Automate Excel with AI via GitHub Copilot, Claude, and other MCP clients β including Power Query, DAX, VBA, PowerPivot, and Tables.
Automate Excel with AI - A Model Context Protocol (MCP) server for comprehensive Excel automation through conversational AI.
VS Code / GitHub Copilot
Install ExtensionClaude Desktop
One-Click InstallCursor, Windsurf, etc.
Installation GuideMCP Server for Excel enables AI assistants (GitHub Copilot, Claude, ChatGPT) to automate Excel through natural language commands, including Power Query & M, PowerPivot & DAX, VBA macros, PivotTables, Charts, formatting & much more β no Excel programming knowledge required.
It works with any MCP-compatible AI assistant like GitHub Copilot, Claude Desktop, Cursor, Windsurf, etc.
π‘οΈ 100% Safe - Uses Excelβs Native COM API - Zero risk of file corruption. Unlike third-party libraries that manipulate .xlsx files directly, this project uses Excelβs official API ensuring complete safety and compatibility.
π‘ Interactive Development - Watch Excel update in real-time as AI works. Say βShow me Excel while you workβ and see every change live - create a query, watch it populate, refine and repeat. Excel becomes your AI-powered workspace for rapid development and testing.
Create, edit, and optimize M code. Import from files, databases, APIs. Refresh queries and manage load destinations.
Build Data Models, create DAX measures, manage table relationships. Full Power Pivot automation.
Create PivotTables from ranges, tables, or Data Model. Build charts and PivotCharts with full formatting control.
Read/write data, formulas, formatting. Filter, sort, validate. Manage Excel Tables with structured references.
View, import, update, and execute VBA code. Export modules for version control.
Manage sheets, named ranges, data connections. Copy/move sheets between workbooks.
Tool behavior validated with real AI agents using agent-benchmark. We test that LLMs correctly understand and use our tools.
See all 22 tools and 206 operations β
Ask your AI assistant to automate Excel tasks using natural language:
You: "Create a new Excel file with a table for tracking sales - include Date, Product, Quantity, Unit Price, and Total with sample data and formulas."
AI creates the workbook, adds headers, enters sample data, and builds formulas automatically.
You: "Create a PivotTable showing total sales by Product, then add a bar chart to visualize the results."
AI creates the PivotTable with proper field configuration and adds a linked chart.
You: "Use Power Query to import products.csv, load it to the Data Model, and create measures for Total Revenue and Average Rating."
AI imports the data, adds it to Power Pivot, and creates DAX measures ready for analysis.
You: "Create a slicer for the Region field so I can filter the PivotTable interactively."
AI adds a slicer connected to your PivotTable for point-and-click filtering.
You: "Format the Price column as currency, highlight values over $500 in green, and convert this to an Excel Table."
AI applies number formats, conditional formatting, and structured table styling.
For scripting, RPA workflows, and CI/CD pipelines β automate Excel without AI:
dotnet tool install -g Sbroenne.ExcelMcp.CLI
# Refresh Power Query
excel-cli pq refresh sales.xlsx --query SalesData
# Export VBA for version control
excel-cli vba export macro-workbook.xlsm --module Module1 --output src/vba/
# Read range values
excel-cli range get-values report.xlsx --sheet Sheet1 --range A1:D10
The CLI provides 172 operations across 13 command groups, sharing the same Core engine as the MCP Server.
π Complete Feature Reference β All 22 tools and 206 operations
π₯ Installation Guide β Setup for VS Code, Claude Desktop, other MCP clients, and CLI
π€ Agent Skills β Cross-platform AI guidance for Copilot, Claude Code, Cursor, Windsurf
π Changelog β Release notes and version history
Agent Skills provide domain-specific guidance to AI coding assistants, helping them use Excel MCP Server more effectively.
| Platform | Installation |
|---|---|
| GitHub Copilot | Automatic via VS Code extension |
| Claude Desktop | Included in MCPB bundle |
| Claude Code | npx add-skill sbroenne/mcp-server-excel -a claude-code |
| Cursor | npx add-skill sbroenne/mcp-server-excel -a cursor |
| Windsurf | npx add-skill sbroenne/mcp-server-excel -a windsurf |
| All Platforms | npx add-skill sbroenne/mcp-server-excel |
Skills can also be downloaded from GitHub Releases.
Other projects by the author: