☄️Excel2JSON MCP Server

by v587d

309 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name ☄️Excel2JSON MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.