☄️Excel2JSON MCP Server
About
MCP server for converting Excel files to JSON format with support for merged cells and Chinese characters
Details
- Author
- v587d
- Downloads
- 309
- Categories
- Other
Jump to
- Converts .xlsx files to structured JSON
- Handles multiple worksheets within one file
- Automatically resolves merged cells
- Supports Chinese and other Unicode characters
- Preserves original Excel row numbers
- Provides smart error handling and validation
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
☄️Excel2JSON MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install via uvx with the command uvx excel2json-mcp-server. Once configured as an MCP tool, invoke it by providing an Excel file path; the server returns a JSON representation of the workbook.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"\u2604\ufe0fexcel2json mcp server": {
"excel2json-mcp-server": {
"command": "uvx",
"args": [
"excel2json-mcp-server"
]
}
}
}
}
McpServers
{
"excel2json-mcp-server": {
"command": "uvx",
"args": [
"excel2json-mcp-server"
]
}
}
☄️Excel2JSON MCP Server
一个强大的 MCP (Model Context Protocol) 服务器,用于将 Excel 文件转换为 JSON 格式。支持合并单元格、中文字符和多工作表处理。
功能特性
- 🔄 将 Excel (.xlsx) 文件转换为结构化的 JSON 格式
- 📊 支持多工作表处理
- 🔗 自动处理合并单元格
- 🌏 完美支持中文和其他 Unicode 字符
- 📍 保留原始 Excel 行号信息
- 🛡️ 智能错误处理和验证
安装方法
通过 uvx 安装(推荐)
uvx excel2json-mcp-server
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



