cellra
v0.2.1
Published
MCP server for reading Excel files
Downloads
328
Readme
cellra
An MCP server for reading Excel files. Use it with Claude Desktop or any MCP client to access Excel data.
Tools
| Tool | Description |
| --- | --- |
| list_sheets | List all sheet names in an Excel file |
| read_sheet | Read sheet data as a JSON array (first row as headers) |
| read_range | Read data from a specific cell range (e.g., A1:C10) as a JSON array |
Installation
npm install -g cellraUsage
Claude Code
claude mcp add cellra -- npx -y cellraClaude Desktop
Add the following to your Claude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"cellra": {
"command": "npx",
"args": ["-y", "cellra"]
}
}
}License
MIT
