excel-reader-mcp-server
0
Excel Reader MCP Server is designed to read Excel files and output the data in a structured manner, utilizing the openpyxl library. It is primarily used to facilitate handling Excel data through an MCP server interface.
Excel Reader MCP Server
Description
This is a simple MCP server that reads Excel files and returns the data in a structured format. It uses the openpyxl
library to read Excel files.
Setup
- Create a
.env
file in the root directory of the project. You can use the.env.example
file as a template.
Install
Install to Claude Desktop
uv run mcp install server.py -f .env