Skip to main content
Developer ToolsC#

sbroenne/mcp-server-excel

Full-featured Excel MCP server. 173 operations: Power Query, DAX, VBA, PivotTables, Tables, Charts, ranges, formatting. 100% Excel compatibility - uses Excel app instead of creating .xlsx files. Windows only.

developer-toolslocal-servicewindows
Share:

Quick Start

Clone the repository:

git clone https://github.com/sbroenne/mcp-server-excel

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-server-excel": {
      "command": "npx",
      "args": [
        "-y",
        "sbroenne/mcp-server-excel"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
C#
Author
sbroenne