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
By sbroenne
Installation
npx -y mcp-server-excelConfiguration
{
"mcpServers": {
"mcp-server-excel": {
"command": "npx",
"args": ["-y", "mcp-server-excel"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes