Skip to main content
Glama

Excel MCP Server

by zhiwei5576
MIT License
439
40
  • Linux
  • Apple

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
analyzeExcelStructure

Get Excel file structure including sheet list and column headers in JSON format

exportExcelStructure

Export Excel file structure (sheets and headers) to a new Excel template file

readSheetNames

Get all sheet names from the Excel file

readDataBySheetName

Get data from a specific sheet in the Excel file

readSheetData

Get data from all sheets in the Excel file

writeDataBySheetName

Write data to a specific sheet in the Excel file (overwrites if sheet exists)

writeSheetData

Create a new Excel file with provided data

clearFileCache

Clear cached data for the specified Excel file

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/zhiwei5576/excel-mcp-server'

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