mcp-server-xlsx
v1.0.0
Published
Server MCP to transform excel to json
Readme
MCP Server XLSX
MCP (Model Context Protocol) server designed to transform Excel files to JSON and provide information about their structure. This tool helps developers easily analyze and work with Excel files by providing a structured API to access sheet data and metadata.
Features
- Lists all sheets in an Excel file
- Gets detailed information about columns in a specific sheet, including:
- Column names
- Inferred data types (number, text, date, boolean)
Configuration
Add the following to your .cursor/mcp.json:
{
"mcpServers": {
"xlsx": {
"command": "npx",
"args": ["mcp-server-xlsx"]
}
}
}License
This project is licensed under the MIT License - see the LICENSE file for details.
