Back to MCP Servers

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-tools

Installation

npx -y mcp-server-excel

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub