MCP.so
Sign In

☄️Excel2JSON MCP Server

@v587d

About ☄️Excel2JSON MCP Server

MCP server for converting Excel files to JSON format with support for merged cells and Chinese characters

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

v587d

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "excel2json-mcp-server": {
      "command": "uvx",
      "args": [
        "excel2json-mcp-server"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is ☄️Excel2JSON MCP Server?

☄️Excel2JSON MCP Server is a Model Context Protocol server that converts Excel (.xlsx) files into structured JSON format. It supports merged cells, Chinese and Unicode characters, and multi-sheet processing. It is built for AI assistants or applications that need to ingest tabular data from spreadsheets.

How to use ☄️Excel2JSON MCP Server?

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.

Key features of ☄️Excel2JSON MCP Server

  • 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

Use cases of ☄️Excel2JSON MCP Server

  • Extract data from Excel spreadsheets for AI processing
  • Convert multi-sheet reports into machine‑readable JSON
  • Import spreadsheet data into databases or APIs
  • Parse Excel files with merged cells or non‑Latin characters

FAQ from ☄️Excel2JSON MCP Server

What file formats does it support?

Only .xlsx files are supported.

Does it handle multiple worksheets?

Yes, all worksheets in the file are processed and included in the output JSON.

Does it support Chinese or other Unicode characters?

Yes, the server fully supports Chinese and other Unicode characters.

How do I install it?

Use the uvx package runner: uvx excel2json-mcp-server.

Are original row numbers preserved?

Yes, the JSON output retains the row numbers from the original Excel file.

Comments

More Other MCP servers