Back to MCP Servers
Excel
An Excel manipulation server providing workbook creation, data operations, formatting, and advanced features (charts, pivot tables, formulae).
developer-tools
By haris-musa
Installation
npx -y excel-mcp-serverConfiguration
{
"mcpServers": {
"excel-mcp-server": {
"command": "npx",
"args": ["-y", "excel-mcp-server"]
}
}
}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