negokaz/excel-mcp-server
A Model Context Protocol (MCP) server that reads and writes MS Excel data
Overview
negokaz/excel-mcp-server is a Go MCP server licensed under MIT. A Model Context Protocol (MCP) server that reads and writes MS Excel data
Ranked #5521 out of 25632 indexed tools.
Ecosystem
Go MIT
Signal Breakdown
Stars 875
Freshness 8mo ago
Issue Health 39%
Contributors 3
Dependents 0
Forks 101
Description Good
License MIT
How to Improve
Description low impact
Freshness high impact
Issue Health high impact
Matched Queries
From the README
# Excel MCP Server
<a href="https://glama.ai/mcp/servers/@negokaz/excel-mcp-server">
</a>
A Model Context Protocol (MCP) server that reads and writes MS Excel data.
## Features
- Read/Write text values
- Read/Write formulas
- Create new sheets
**🪟Windows only:**
- Live editing
- Capture screen image from a sheet
For more details, see the [tools](#tools) section.
## Requirements
- Node.js 20.x or later
## Supported file formats
- xlsx (Excel book)
- xlsm (Excel macro-enabled book)
- xltx (Excel template)
- xltm (Excel macro-enabled template)
## Installation
### Installing via NPM
excel-mcp-server is automatically installed by adding the following configuration to the MCP servers configuration.
For Windows:
```json
{
"mcpServers": {
"excel": {
"command": "cmd",
"args": ["/c", "npx", "--yes", "@negokaz/excel-mcp-server"],
"env": {
"EXCEL_MCP_PAGING_CELLS_LIMIT": "4000"
}
}
}
}
```
Fo Read full README on GitHub →
Are you the maintainer? Claim this listing