excel-reading

excel-reading is a skill for Claude Code from mrgorrin40-TP/mcp-excel-server. It costs 16 tokens per session (1,074 once invoked), scanned A, original, MIT.

A skill for reading and extracting information from Excel workbooks in .xlsx format through an MCP Excel Server. MCP is a standard way for AI clients to use external tools.

In plain words
What is it for?
Use it to inspect workbooks, extract selected cells or ranges, search for values, and understand worksheet layouts. The Excel server must be running and the file must be accessible.
Why use it?
It gives agents clear procedures for reading cells, ranges, worksheet metadata, and spreadsheet values without guessing the workbook structure.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /home/user/data.xlsx.

Good fit Use it to inspect workbooks, extract selected cells or ranges, search for values, and understand worksheet layouts. The Excel server must be running and the file must be accessible.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for excel-reading

README.md
[![agentmods](https://agentmods.dev/badge/skills/mrgorrin40-tp/mcp-excel-server/excel-reading.svg)](https://agentmods.dev/skills/mrgorrin40-tp/mcp-excel-server/excel-reading)
Your own site
<a href="https://agentmods.dev/skills/mrgorrin40-tp/mcp-excel-server/excel-reading"><img src="https://agentmods.dev/badge/skills/mrgorrin40-tp/mcp-excel-server/excel-reading.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,074 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00016 $0.01074
Opus 5 $0.00008 $0.00537
Sonnet 5 $0.00003 $0.00215
Haiku 4.5 $0.00002 $0.00107

Measured 7d ago against content hash e0d43b75eaa3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

excel-reading scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/excel-reading/SKILL.md · 176 lines

How it starts

The opening of the file, as written. The whole thing — 176 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Excel Reading Skill

This skill enables AI agents to efficiently read and extract data from Excel files (.xlsx) using the MCP Excel Server.

When to Use

Use this skill when the user wants to:

  • Read data from an Excel file
  • Extract specific cells or ranges
  • Get metadata about worksheets
  • Search for values in spreadsheets
  • Understand the structure of a workbook

Prerequisites

  • MCP Excel Server must be running and configured
  • The Excel file must exist and be accessible
  • File path must be absolute (e.g., C:/Documents/data.xlsx on Windows or /home/user/data.xlsx on Linux)

Reading Strategies

1. Reading Single Cells

Use read_cell for individual values:

Tool: read_cell
Parameters:
  file_path: "absolute/path/to/file.xlsx"
  sheet_name: "Sheet1"
  cell: "A1"

Best Practices:

  • Use cell references in A1 notation (e.g., "B2", "C10")
  • Sheet names are case-sensitive
  • Returns the cell value as-is (string, number, date, etc.)

2. Reading Ranges

Use read_range for multiple cells:

Tool: read_range
Parameters:
  file_path: "absolute/path/to/file.xlsx"
  sheet_name: "Sheet1"
  range: "A1:C10"

Best Practices:

  • Use range notation: "A1:C10" (top-left:bottom-right)
  • For large datasets, use pagination with page_size parameter
  • Default page size is 100 rows

3. Getting Sheet Information

Use get_sheet_info to understand structure:

Tool: get_sheet_info
Parameters:
  file_path: "absolute/path/to/file.xlsx"
  sheet_name: "Sheet1"

Returns:

  • Column names and types
  • Row count
  • Used range
  • Sample data

4. Searching for Values

Use search_cells to find data:

Tool: search_cells
Parameters:
  file_path: "absolute/path/to/file.xlsx"
  query: "search term"
  sheet_name: "Sheet1"  # optional, searches all sheets if omitted

5. Listing All Sheets

Use list_sheets to see available worksheets:

Tool: list_sheets
Parameters:
  file_path: "absolute/path/to/file.xlsx"

6. Describing Workbook Structure

Read the full file on GitHub · 176 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 176 lines · 16 tokens per session scan A e0d43b75eaa3

Subscribe to this mod's changes

excel-reading is a skill published in the GitHub repository mrgorrin40-TP/mcp-excel-server (0 stars, last pushed 2mo ago), licensed MIT. It adds 16 tokens to every session and 1,074 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.