XLSX Reader MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_xlsxB | Read and extract data from Excel (xlsx) files. Supports reading specific sheets, cell ranges, and converting data to various formats. |
| analyze_xlsxA | Analyze Excel files to get detailed information about structure, data types, statistics, and sheet contents. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: one for analysis/overview of Excel files, the other for extracting data. No overlap or confusion.
Both tools follow a consistent verb_noun pattern with 'xlsx' as the target, using 'analyze' and 'read' actions.
With only two tools, the server is thin but well-scoped for its reader-only purpose. It avoids unnecessary tools while covering the core needs.
The server covers the main operations for an Excel reader: analysis and data extraction. Missing specific operations like listing sheets separately are likely covered by the analysis tool.