The reputation layer for AI skills, tools & agents

negokaz/excel-mcp-server

Score: 31.8 Rank #5521

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

Expand your description to 150+ characters for better discoverability

Freshness high impact

Last commit was 240 days ago — a recent commit would boost your freshness score

Issue Health high impact

You have 20 open vs 13 closed issues — triaging stale issues improves health

Badge

AgentRank score for negokaz/excel-mcp-server
[![AgentRank](https://agentrank-ai.com/api/badge/tool/negokaz--excel-mcp-server)](https://agentrank-ai.com/tool/negokaz--excel-mcp-server)
<a href="https://agentrank-ai.com/tool/negokaz--excel-mcp-server"><img src="https://agentrank-ai.com/api/badge/tool/negokaz--excel-mcp-server" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server""model context protocol""model-context-protocol"

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