Skip to main content
Glama

mcp-excel

MCP server untuk baca file Excel (.xlsx, .xls). Gratis, open source, tanpa API key.

Features

  • Baca file Excel (.xlsx, .xls)

  • Tampilkan jumlah baris & kolom

  • Tampilkan nama-nama kolom

  • Tampilkan 5 baris pertama sebagai preview

  • Error handling yang clean

Related MCP server: Excel Explorer

Install

git clone https://github.com/username/mcp-excel-reader.git
cd mcp-excel-reader
npm install
npm run build

Usage

Jalankan Server

npm start

Test dengan MCP Inspector

npx @modelcontextprotocol/inspector

Buka browser ke http://localhost:6274, lalu connect:

  • Command: node

  • Arguments: dist/server.js

  • Working Directory: /path/to/mcp-excel-gratis

Konfigurasi di Claude Desktop

Tambahkan di claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-excel-gratis": {
      "command": "node",
      "args": ["/path/to/mcp-excel-gratis/dist/server.js"]
    }
  }
}

Tool: read_excel

Input:

Parameter

Type

Description

filePath

string

Path lengkap ke file Excel

Output:

{
  "filePath": "/path/to/file.xlsx",
  "sheetName": "Sheet1",
  "rowCount": 100,
  "columnCount": 5,
  "columnNames": ["Name", "Email", "Phone", "City", "Value"],
  "firstFiveRows": [
    {
      "Name": "John Doe",
      "Email": "john@example.com",
      "Phone": "08123456789",
      "City": "Jakarta",
      "Value": 1500000
    }
  ]
}

Demo

The MCP server successfully reads Excel workbook data through the read_excel tool.

MCP Excel Reader Demo

Demo

Tech Stack

License

MIT

Install Server
F
license - not found
D
quality
-
maintenance - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    A Model Context Protocol (MCP) server that provides tools for reading Excel (xlsx) files, enabling extraction of data from entire workbooks or specific sheets with results returned in structured JSON format.
    3
    6
    Apache 2.0
  • A
    license
    -
    quality
    D
    maintenance
    Enables reading and searching Excel files through MCP-compatible clients. Provides tools to retrieve workbook metadata, read sheet contents, and search across all sheets using absolute file paths.
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • This MCP server provides seamless access to Malaysia's government open data, including datasets, w…

  • Official Microsoft MCP Server to query Microsoft Entra data using natural language

  • MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rayasesan/mcp-excel-reader'

If you have feedback or need assistance with the MCP directory API, please join our Discord server