nuget Sbroenne.ExcelMcp.McpServerstdioMITupdated 8d ago
Automate real Microsoft Excel with AI. Excel MCP Server lets GitHub Copilot, Claude, ChatGPT, and other agents control Excel through natural-language requests—using either MCP or a token-efficient CLI.
¿Qué puedes hacer con MCP Server for Excel?
ExcelMcp - MCP Server for Microsoft Excel
Website · Installation · Features · Troubleshooting · 1-minute demo
Automate real Microsoft Excel with AI. Excel MCP Server lets GitHub Copilot, Claude, ChatGPT, and other agents control Excel through natural-language requests—using either MCP or a token-efficient CLI.
Unlike file-parser tools, ExcelMcp drives the actual Excel application through
its official COM API. It can refresh Power Query, recalculate formulas, evaluate
DAX, run VBA and Python =PY(), and preserve PivotTables, charts, macros, the
Data Model, and workbook formatting.
31 tools with 326 operations cover end-to-end Excel automation.
[!IMPORTANT] Requires Windows, Microsoft Excel 2016 or later, and an interactive desktop. It is not intended for Linux, macOS, or server-side batch processing.
🚀 Get Started
| Use case | Recommended path |
|---|---|
| VS Code | Install the extension |
| Claude Desktop or another MCP client | Install the MCP Server |
| Coding agents and scripts | Install the CLI |
| Not sure which to choose? | Read the installation overview |
Close open Excel workbooks before starting; ExcelMcp requires exclusive access while automating them.
What You Can Automate
- Data & analytics: Power Query, DAX, Power Pivot, Excel Tables, PivotTables, and data connections.
- Cells & workbooks: ranges, formulas, formatting, worksheets, files, calculation, and named ranges.
- Charts & visuals: charts, slicers, conditional formatting, screenshots, drawings, and sparklines.
- Automation & advanced: VBA, Python in Excel, Goal Seek, scenarios, data tables, windows, and XML Maps.
Explore the complete reference for all 326 operations.
See It in Action
Ask in plain language:
- "Import products.csv with Power Query and load it to the Data Model."
- "Create a PivotTable showing revenue by region, then add a column chart."
- "Use Goal Seek to find the price that produces $100,000 profit."
- "Show me Excel while you work."
Because Excel performs the work, you can inspect results live and continue editing the workbook normally.
See more examples and use cases.
MCP Server or CLI?
Both entry points expose the same Core commands and behavior.
| Interface | Best for | Why |
|---|---|---|
| MCP Server | Conversational assistants and exploratory work | Rich schemas, tool discovery, and persistent sessions |
CLI (excelcli) |
Coding agents, automation, and scripts | One compact tool surface and substantially lower token usage |
The MCP Server calls the ExcelMcp service in-process. The CLI uses a background daemon so workbook sessions persist across commands.
AI assistant or script
│
MCP Server / CLI
│
ExcelMcp Core commands
│
Real Excel COM API
Read the architecture or browse the MCP Server and CLI guides.
⭐ GitHub Star History
📋 Additional Information
Documentation · Changelog · Contributing · Security · Privacy
License: MIT License - see LICENSE file
Related Projects
Other projects by the author:
- PowerPoint MCP Server — AI-powered PowerPoint automation via MCP, the sister project to this one
- pytest-skill-engineering — LLM-powered testing framework for AI agents
- Windows MCP Server — AI-powered Windows automation via MCP
- OBS Studio MCP Server — AI-powered OBS Studio automation
Instalación
Añade MCP Server for Excel a tu cliente. Elige el que uses.
claude mcp add sbroenne-excelmcp-mcpserver -- dnx Sbroenne.ExcelMcp.McpServer --yescodex mcp add sbroenne-excelmcp-mcpserver -- dnx Sbroenne.ExcelMcp.McpServer --yesamp mcp add sbroenne-excelmcp-mcpserver -- dnx Sbroenne.ExcelMcp.McpServer --yes{
"mcpServers": {
"sbroenne-excelmcp-mcpserver": {
"command": "dnx",
"args": [
"Sbroenne.ExcelMcp.McpServer",
"--yes"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"sbroenne-excelmcp-mcpserver": {
"command": "dnx",
"args": [
"Sbroenne.ExcelMcp.McpServer",
"--yes"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"sbroenne-excelmcp-mcpserver","command":"dnx","args":["Sbroenne.ExcelMcp.McpServer","--yes"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"sbroenne-excelmcp-mcpserver": {
"command": "dnx",
"args": [
"Sbroenne.ExcelMcp.McpServer",
"--yes"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"sbroenne-excelmcp-mcpserver": {
"command": "dnx",
"args": [
"Sbroenne.ExcelMcp.McpServer",
"--yes"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"sbroenne-excelmcp-mcpserver": {
"command": "dnx",
"args": [
"Sbroenne.ExcelMcp.McpServer",
"--yes"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"sbroenne-excelmcp-mcpserver": {
"type": "local",
"command": "dnx",
"args": [
"Sbroenne.ExcelMcp.McpServer",
"--yes"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"sbroenne-excelmcp-mcpserver": {
"command": {
"path": "dnx",
"args": [
"Sbroenne.ExcelMcp.McpServer",
"--yes"
]
}
}
}
}Add to your Zed `settings.json`.
dnx Sbroenne.ExcelMcp.McpServer --yesRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Puntuación
39 / 100
Incompleta
- Documentación20/25
- Mantenimiento25/25
- Confianza13/20
- Capacidad0/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 0 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 1.10.6 | 15 ago 2026 |
| 1.10.5 | 7 ago 2026 |
| 1.10.4 | 7 ago 2026 |
| 1.10.3 | 27 jul 2026 |
| 1.10.2 | 26 jul 2026 |
| 1.10.1 | 23 jul 2026 |
| 1.10.0 | 23 jul 2026 |
| 1.7.7 | 17 feb 2026 |
| 1.7.6 | 16 feb 2026 |
| 1.7.5 | 16 feb 2026 |
| 1.7.4 | 16 feb 2026 |
| 1.7.3 | 16 feb 2026 |
| 1.7.2 | 15 feb 2026 |
| 1.7.1 | 15 feb 2026 |
| 1.6.10 | 15 feb 2026 |
| 1.6.9 | 4 feb 2026 |
| 1.6.8 | 3 feb 2026 |
| 1.6.7 | 3 feb 2026 |
| 1.6.6 | 3 feb 2026 |
| 1.6.5 | 3 feb 2026 |
| 1.6.4 | 3 feb 2026 |
| 1.6.3 | 3 feb 2026 |
| 1.6.2 | 2 feb 2026 |
| 1.6.1 | 2 feb 2026 |
| 1.6.0 | 2 feb 2026 |
| 1.5.14 | 1 feb 2026 |
| 1.5.13 | 26 ene 2026 |
| 1.5.12 | 23 ene 2026 |
| 1.5.11 | 22 ene 2026 |
| 1.5.10 | 22 ene 2026 |
| 1.5.9 | 20 ene 2026 |
| 1.5.8 | 20 ene 2026 |
| 1.5.7 | 20 ene 2026 |
| 1.5.6 | 20 ene 2026 |
| 1.5.5 | 19 ene 2026 |
| 1.5.4 | 19 ene 2026 |
| 1.5.3 | 18 ene 2026 |
| 1.5.2 | 12 ene 2026 |
| 1.5.1 | 10 ene 2026 |
| 1.5.0 | 9 ene 2026 |
| 1.4.49 | 25 dic 2025 |
| 1.4.48 | 22 dic 2025 |
| 1.4.47 | 22 dic 2025 |
| 1.4.42 | 15 dic 2025 |
| 1.4.41 | 14 dic 2025 |
| 1.4.40 | 14 dic 2025 |
| 1.4.39 | 13 dic 2025 |
| 1.4.38 | 8 dic 2025 |
| 1.4.37 | 6 dic 2025 |
| 1.4.36 | 6 dic 2025 |
| 1.4.35 | 5 dic 2025 |
| 1.4.34 | 5 dic 2025 |
| 1.4.33 | 4 dic 2025 |
| 1.4.32 | 4 dic 2025 |
| 1.4.31 | 4 dic 2025 |
| 1.4.30 | 3 dic 2025 |
| 1.4.29 | 3 dic 2025 |
| 1.4.28 | 1 dic 2025 |
| 1.4.27 | 1 dic 2025 |
| 1.0.0 | 30 oct 2025 |
