Excel Reader Server
About
A MS excel server based on modelcontextprotocol
Details
- Author
- softgridinc-pte-ltd
- GitHub stars
- 6
- Downloads
- 236
- Categories
- Other, AI
Jump to
- Read content from all sheets in an Excel file
- Read a specific sheet by name
- Read a specific sheet by index
- Returns data in JSON format
- Handles empty cells and data type conversions
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Excel Reader ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install the package via pip install excel-reader-server or uv pip install excel-reader-server (requires Python 3.10+). Then configure your MCP client to use the three provided tools: read_excel, read_excel_by_sheet_name, and read_excel_by_sheet_index.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"excel reader server": {
"mcp-excel-reader-server": {
"command": "uv",
"args": [
"pip",
"install",
"excel-reader-server"
]
}
}
}
}
McpServers
{
"mcp-excel-reader-server": {
"command": "uv",
"args": [
"pip",
"install",
"excel-reader-server"
]
}
}
Excel Reader Server
A Model Context Protocol (MCP) server that provides tools for reading Excel (xlsx) files.
<a href="https://glama.ai/mcp/servers/kniyyx0gej">
</a>
Features
- Read content from all sheets in an Excel file
- Read content from a specific sheet by name
- Read content from a specific sheet by index
- Returns data in JSON format
- Handles empty cells and data type conversions
Installation
Requires Python 3.10 or higher.
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




